diff --git a/.drone.yml b/.drone.yml index bd69b8d..af3bf65 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,6 +21,13 @@ steps: - ssh-keyscan github.com > /root/.ssh/known_hosts - ssh-keyscan git.c0ntroller.de >> /root/.ssh/known_hosts - git submodule update --init --recursive +- name: secrets + image: alpine + environment: + SECRETS_JSON: + from_secret: secrets_json + commands: + - echo "$${SECRETS_JSON}" > secrets.json - name: build-image image: plugins/docker settings: