change on build *
continuous-integration/drone/push Build is passing Details

master
Alexandre AGOSTINHO 2 years ago
parent c3794e303e
commit a89acb8ada

@ -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

Loading…
Cancel
Save