From a89acb8ada0bcba1968bce343f3284fc18b858af Mon Sep 17 00:00:00 2001 From: Alexandre Agostinho Date: Sat, 27 May 2023 21:53:38 +0200 Subject: [PATCH] change on build * --- .drone.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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