Add ssh to build

This commit is contained in:
Benjamin Bädorf 2021-06-14 21:50:31 +02:00
parent e3f870001a
commit b703c0d4de
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C

View file

@ -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