sitoctt/Scripts/Deploy.Gemini.sh

12 lines
231 B
Bash
Raw Normal View History

2022-07-01 17:53:36 +02:00
#!/bin/sh
git clone --depth 1 https://gitlab.com/octtspacc/octt.gmi
cd octt.gmi
mv ../public.gmi ./sitoctt
2022-07-01 17:58:12 +02:00
git config user.email "$GitUserEmail"
git config user.name "$GitUserName"
2022-07-01 17:53:36 +02:00
git add .
git commit -m "Agg. $(date)"
git push