소스 검색

+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'