gimi/.builds/alpine.yml

16 lines
366 B
YAML
Raw Normal View History

2024-07-23 12:36:43 +02:00
image: alpine/latest
packages:
- git
sources:
- "https://git.sr.ht/~hyro/gimi"
secrets:
2024-07-23 12:48:13 +02:00
- 55691174-b52f-477c-81ea-dd32deff19b8
2024-07-23 12:36:43 +02:00
tasks:
- sync: |
set +x
git remote add gimi-github git@github.com:xhyrom/gimi.git
2024-07-23 12:48:13 +02:00
ssh-keyscan github.com >> ~/.ssh/known_hosts
2024-07-23 12:36:43 +02:00
git push -f --all gimi-github
git push -f --tags gimi-github
set -x