From 2fed8369cb6e3a533c4fe49aabb5bd37816f437d Mon Sep 17 00:00:00 2001 From: Dovi Cowan Date: Tue, 21 Feb 2023 01:44:50 +0000 Subject: [PATCH] add image to all steps --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 3a325a7..bab730e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,9 +31,11 @@ steps: - echo "$JUMP_PRIVATE_KEY" > ~/.ssh/id_rsa - chmod 600 ~/.ssh/id_rsa - name: add-remote + image: ubuntu:latest commands: - git remote add dokku dokku:$DOKKU_APP_NAME - name: push-to-dokku + image: ubuntu:latest commands: - git push dokku $BRANCH