瀏覽代碼

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