cirandas.net

ref: dockerize

./update-themes.sh


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
#!/bin/bash

cd public/designs/themes/cirandas-themes
git checkout master
git pull --rebase

# update theme's submodules
#cd colivre-themes
#git checkout master
#git pull --rebase;
#cd ..
#git commit colivre-themes -m "Update colivre"

cd ../../../..
git commit public/designs/themes -m 'Update themes'

# push all
git push --recurse-submodules=on-demand