mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-22 11:46:40 +00:00
[chore] fix mirror + clean up (#396)
This commit is contained in:
parent
31935ee206
commit
dc2421752f
|
@ -131,16 +131,19 @@ steps:
|
||||||
CODEBERG_TOKEN:
|
CODEBERG_TOKEN:
|
||||||
from_secret: gts_codeberg_token
|
from_secret: gts_codeberg_token
|
||||||
commands:
|
commands:
|
||||||
|
# clone mirror
|
||||||
|
- git clone --mirror https://github.com/superseriousbusiness/gotosocial .
|
||||||
# configure git credentials
|
# configure git credentials
|
||||||
- git config --global user.email "admin@gotosocial.org"
|
- git config --global user.email "admin@gotosocial.org"
|
||||||
- git config credential.helper store
|
- git config credential.helper store
|
||||||
- printf "https://gotosocialbot:${CODEBERG_TOKEN}@codeberg.org\n" >> ~/.git-credentials
|
- printf "https://gotosocialbot:${CODEBERG_TOKEN}@codeberg.org\n" >> ~/.git-credentials
|
||||||
# mirror and push
|
# push mirror
|
||||||
- git clone --mirror https://github.com/superseriousbusiness/gotosocial .
|
|
||||||
- git push --mirror https://codeberg.org/superseriousbusiness/gotosocial
|
- git push --mirror https://codeberg.org/superseriousbusiness/gotosocial
|
||||||
|
# clean up
|
||||||
|
- rm ~/.git-credentials
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 56eb9e0f41199d44f2fc76b6d8265b9c4841ec2f5724852e7c116170d823d5a4
|
hmac: 0487be0a2c9224c20cf067f94b3a458227e8b5465198b2245266d17156355b98
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue