Browse Source

+update.sh

Ivan Asmer 2 năm trước cách đây
mục cha
commit
275770b97f
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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'