diff --git a/.drone.yml b/.drone.yml index fadf8d47..df419059 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ name: api steps: - name: "Sync upstream to local" - image: nixery.dev/shell/git + image: nixery.dev/shell/git/ssh environment: GITEA_SSH_KEY: from_secret: gitea_ssh_key @@ -22,7 +22,7 @@ steps: - git push origin devos - name: "Sync core with upstream" - image: nixery.dev/shell/git/tea + image: nixery.dev/shell/git/ssh when: status: - success