From b703c0d4de055ec4735008cdebdcb1d5faef802d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=A4dorf?= Date: Mon, 14 Jun 2021 21:50:31 +0200 Subject: [PATCH] Add ssh to build --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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