nettoyage
This commit is contained in:
9
Yavsc/contrib/postPublish.sh
Executable file
9
Yavsc/contrib/postPublish.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
ssh root@localhost rm -rf /srv/www/yavscpre/approot/src
|
||||
|
||||
(cd bin/output/
|
||||
|
||||
rsync -ravu --exclude=.git --chown=www-data:www-data wwwroot approot root@localhost:/srv/www/yavscpre
|
||||
ssh root@localhost service kestrel restart
|
||||
)
|
||||
|
4
Yavsc/wwwroot/css/site.min.css
vendored
4
Yavsc/wwwroot/css/site.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user