mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-02-16 11:31:01 +01:00
Test x3
This commit is contained in:
parent
2366d38752
commit
0e355bf08d
@ -1,11 +1,14 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
git config --global user.email "$GitUserEmail"
|
||||||
|
git config --global user.name "$GitUserName"
|
||||||
|
git config --global credential.helper store
|
||||||
|
echo "https://$GitUserName:$GitPassword@gitlab.com" > .git-credentials
|
||||||
|
|
||||||
git clone --depth 1 https://gitlab.com/octtspacc/octt.gmi
|
git clone --depth 1 https://gitlab.com/octtspacc/octt.gmi
|
||||||
cd octt.gmi
|
cd octt.gmi
|
||||||
mv ../public.gmi ./sitoctt
|
mv ../public.gmi ./sitoctt
|
||||||
|
|
||||||
git config user.email "$GitUserEmail"
|
|
||||||
git config user.name "$GitUserName"
|
|
||||||
git add .
|
git add .
|
||||||
git commit -m "Agg. $(date)"
|
git commit -m "Agg. $(date)"
|
||||||
git push
|
git push
|
||||||
|
Loading…
x
Reference in New Issue
Block a user