Add deploy script

This commit is contained in:
Aleksander Gustaw Wasaznik 2016-09-13 20:52:06 +02:00
parent 8525506744
commit 21570efe67
1 changed files with 7 additions and 0 deletions

7
deploy.sh Normal file
View File

@ -0,0 +1,7 @@
#!/usr/bin/env bash
# My little crappy deploy script
# It will upload all files not ignored by git
files_not_ignored="$(git status --short | grep ^? | cut -d\ -f2- ; git ls-files)"
scp -r $files_not_ignored root@brzeczyszczykiewicz.pvv.ntnu.no:~grzegorz/grzegorz
ssh root@brzeczyszczykiewicz.pvv.ntnu.no systemctl restart grzegorz