Added github mirror to sourcehut builds
This commit is contained in:
parent
939cdb5f09
commit
f4e76d8df4
1 changed files with 12 additions and 0 deletions
12
.build.yml
Normal file
12
.build.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
image: alpine/edge
|
||||||
|
secrets:
|
||||||
|
- badec204-0896-4219-87f3-8054687e01e4
|
||||||
|
sources:
|
||||||
|
- git@git.sr.ht/~lolzdev/sideros
|
||||||
|
environment:
|
||||||
|
GIT_SSH_COMMAND: ssh -o StrictHostKeyChecking=no
|
||||||
|
tasks:
|
||||||
|
- setup: |
|
||||||
|
echo 'cd sideros' >> ~/.buildenv
|
||||||
|
- mirror: |
|
||||||
|
git push --force --mirror git@github.com:lolzdev/sideros.git
|
||||||
Loading…
Add table
Add a link
Reference in a new issue