nettoyage

This commit is contained in:
2016-07-29 16:29:30 +02:00
parent 37d356beed
commit 7d4a90aa70
1512 changed files with 6 additions and 359640 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