summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c033d00..a020efc 100644
--- a/Makefile
+++ b/Makefile
@@ -16,8 +16,7 @@ clean: devel
rm -rf static
deploy: build
- git --git-dir=/srv/websites/github.emkael.info/static commit -a -m "$m"
- git --git-dir=/srv/websites/github.emkael.info/static push
+ git submodule foreach "git add . && git commit -a -m \"$m\" && git push"
# 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: