From 08fc8f56e797ed0693da80e866c853c74c3bc743 Mon Sep 17 00:00:00 2001 From: gav Date: Sun, 8 May 2022 13:01:39 +0700 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.drone.yml b/.drone.yml index 3b05c65..695bfce 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,3 +1,4 @@ +--- kind: pipeline type: docker name: default @@ -18,3 +19,16 @@ steps: - docker run hello-world when: branch: [main] +--- +kind: pipeline +type: docker +name: default + +steps: +- name: test-secrets + image: alpine + environment: + HOST: + from_secret: docker_host + commands: + - echo $HOST