diff --git a/.drone.yml b/.drone.yml index 501c789..b80f8b1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,13 +7,13 @@ trigger: - push steps: - # - name: key-setup - # image: ubuntu:latest - # environment: - # NGINX_KEY: - # from_secret: NGINX_KEY - # commands: - # - echo "$NGINX_KEY" > id_rsa + - name: key-setup + image: ubuntu:latest + environment: + NGINX_KEY: + from_secret: NGINX_KEY + commands: + - echo "$NGINX_KEY" > id_rsa - name: docker-build image: plugins/docker