mirror of
https://github.com/xHyroM/gimi.git
synced 2024-11-12 19:48:06 +01:00
14 lines
318 B
YAML
14 lines
318 B
YAML
image: alpine/latest
|
|
packages:
|
|
- git
|
|
sources:
|
|
- "https://git.sr.ht/~hyro/gimi"
|
|
secrets:
|
|
- 55691174-b52f-477c-81ea-dd32deff19b8now
|
|
tasks:
|
|
- sync: |
|
|
set +x
|
|
git remote add gimi-github git@github.com:xhyrom/gimi.git
|
|
git push -f --all gimi-github
|
|
git push -f --tags gimi-github
|
|
set -x
|