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