Created
August 28, 2019 17:17
-
-
Save phildionne/790d90a390c7d345bba71c20f56c0026 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
kind: pipeline | |
name: default | |
steps: | |
- name: test | |
image: ruby:2.6.3-alpine | |
commands: | |
- echo $FOO | |
- echo $BAR | |
environment: | |
FOO: | |
from_secret: foo | |
BAR: bar | |
--- | |
kind: secret | |
name: foo | |
data: EUgsPFbn0xyNdsxKtbB6nwR2w7RdG1pzo299qmI4zQ== | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Given:
Running:
$ drone exec .drone.yml
Result: