Browse Source

Update README file

Vova Tkach 6 years ago
parent
commit
c81c1bc248
1 changed files with 2 additions and 0 deletions
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -117,3 +117,5 @@ if [ -f "/tmp/command2.txt" ]; then
 	ssh -p 22 user@slave-server-1.com 'cd /tmp/daemon; mkdir test; cd test; touch test'
 	ssh -p 22 user@slave-server-1.com 'cd /tmp/daemon; mkdir test; cd test; touch test'
 fi
 fi
 ```
 ```
+
+You can easy make auto deploy for GIT for example or something else. Enjoy.