sitoctt/Scripts/Deploy.Gemini.sh
2022-07-01 17:53:36 +02:00

10 lines
157 B
Bash
Executable File

#!/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