push to 2

This commit is contained in:
Ciro Santilli
2021-09-01 10:58:01 +01:00
parent 6c0c946a3a
commit 469d2cfaf0
3 changed files with 90 additions and 3 deletions

6
push
View File

@@ -6,8 +6,10 @@ set -eux
make
make multipage
git push --follow-tags
git push git@gitlab.com:cirosantilli/china-dictatorship.git
git push --follow-tags &
git push git@github.com:cirosantilli/china-dictatorship-2.git &
git push git@gitlab.com:cirosantilli/china-dictatorship.git &
wait
out_dir=out
out_multipage_dir="${out_dir}/multipage"