浏览代码

+update.sh

Ivan Asmer 2 年之前
父节点
当前提交
275770b97f
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      update.sh

+ 5 - 0
update.sh

@@ -0,0 +1,5 @@
+#!/bin/bash
+echo "Commit and update with $1"
+git commit -am $1
+git push 
+ssh students.a-level.com.ua 'cd ~/public_html/fenix4 && git pull'