Add ssh to build
This commit is contained in:
parent
e3f870001a
commit
b703c0d4de
|
@ -4,7 +4,7 @@ name: api
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: "Sync upstream to local"
|
- name: "Sync upstream to local"
|
||||||
image: nixery.dev/shell/git
|
image: nixery.dev/shell/git/ssh
|
||||||
environment:
|
environment:
|
||||||
GITEA_SSH_KEY:
|
GITEA_SSH_KEY:
|
||||||
from_secret: gitea_ssh_key
|
from_secret: gitea_ssh_key
|
||||||
|
@ -22,7 +22,7 @@ steps:
|
||||||
- git push origin devos
|
- git push origin devos
|
||||||
|
|
||||||
- name: "Sync core with upstream"
|
- name: "Sync core with upstream"
|
||||||
image: nixery.dev/shell/git/tea
|
image: nixery.dev/shell/git/ssh
|
||||||
when:
|
when:
|
||||||
status:
|
status:
|
||||||
- success
|
- success
|
||||||
|
|
Loading…
Reference in a new issue