ソースを参照

Modified deploy script

Denis Merigoux 9 年 前
コミット
6471d37b9f
共有1 個のファイルを変更した2 個の追加1 個の削除を含む
  1. 2 1
      deploy.sh

+ 2 - 1
deploy.sh

@@ -1 +1,2 @@
1
-ssh evezh 'git pull; sudo service apache2 reload'
1
+git pull
2
+sudo service apache2 reload