mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-06-05 22:09:20 +02:00
Test build Gemini
This commit is contained in:
9
Scripts/Deploy.Gemini.sh
Executable file
9
Scripts/Deploy.Gemini.sh
Executable 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
|
Reference in New Issue
Block a user