sitoctt/Scripts/Deploy.Gemini.sh

10 lines
157 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
git add .
git commit -m "Agg. $(date)"
git push