mirror of
https://github.com/xHyroM/gimi.git
synced 2024-11-10 02:38:06 +01:00
ci: add secret & ssh-keyscan
This commit is contained in:
parent
c199fde849
commit
331abf287e
1 changed files with 2 additions and 1 deletions
|
@ -4,11 +4,12 @@ packages:
|
|||
sources:
|
||||
- "https://git.sr.ht/~hyro/gimi"
|
||||
secrets:
|
||||
- 55691174-b52f-477c-81ea-dd32deff19b8now
|
||||
- 55691174-b52f-477c-81ea-dd32deff19b8
|
||||
tasks:
|
||||
- sync: |
|
||||
set +x
|
||||
git remote add gimi-github git@github.com:xhyrom/gimi.git
|
||||
ssh-keyscan github.com >> ~/.ssh/known_hosts
|
||||
git push -f --all gimi-github
|
||||
git push -f --tags gimi-github
|
||||
set -x
|
||||
|
|
Loading…
Reference in a new issue