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: .