Test build Gemini

This commit is contained in:
2022-07-01 17:53:36 +02:00
parent 58b65934cd
commit 4772cd74c6
5 changed files with 24 additions and 5 deletions

9
Scripts/Deploy.Gemini.sh Executable file
View File

@ -0,0 +1,9 @@
#!/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