nettoyage

This commit is contained in:
Paul Schneider 2016-07-29 16:29:30 +02:00
commit f852bea860
2 changed files with 11 additions and 2 deletions

9
Yavsc/contrib/postPublish.sh Executable file
View 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
)

File diff suppressed because one or more lines are too long