nettoyage
This commit is contained in:
parent
394ed34399
commit
f852bea860
2 changed files with 11 additions and 2 deletions
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
Loading…
Add table
Add a link
Reference in a new issue