浏览代码

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