From b18af597515ec2da2226cbc2115d39a52968878f Mon Sep 17 00:00:00 2001 From: Override-6 Date: Sat, 7 Jan 2023 21:54:27 +0100 Subject: [PATCH] fixing drone --- .drone.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index c9adf05..4a5a098 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,8 +10,7 @@ steps: - name: key-setup image: ubuntu:latest commands: - - mkdir key - - echo "$NGINX_KEY" > key/id_rsa + - echo "$NGINX_KEY" > id_rsa - name: docker-build image: plugins/docker @@ -19,7 +18,6 @@ steps: - key-setup commands: - ls - - exit 1 settings: dockerfile: Dockerfile context: .