summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2016-10-11 14:27:26 +0200
committeremkael <emkael@tlen.pl>2016-10-11 14:27:26 +0200
commit631449239918c506a98e0543736df4b7ed436fa8 (patch)
treebf75bb1466a25970c4988d3481fcfb14155a83a3 /Makefile
parentccdd469fb8c4ed18e39a1fdd56be67473f28dba3 (diff)
* sync of submodule on deploy
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a020efc..9202ae2 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,8 @@ clean: devel
deploy: build
git submodule foreach "git add . && git commit -a -m \"$m\" && git push"
+ git add static
+ git commit -m " * submodule updated"
# rsync --delete -urPz static/ root@jaom.pl:/var/www/festiwal.brydzystow.pl/web
# ssh root@jaom.pl 'chown web54:client1 /var/www/festiwal.brydzystow.pl/web -R'
# rsync 3.1.0+ only: