Last active
February 25, 2019 09:54
-
-
Save lddsb/0660617084e9e47bde09f6638f7abc21 to your computer and use it in GitHub Desktop.
Drone CI's vault secret uses points to pay attention to
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
| ... | |
| trigger: | |
| branch: | |
| - master | |
| --- | |
| kind: secret | |
| external_data: | |
| example: | |
| path: secret/data/example | |
| name: example | |
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
| ... | |
| trigger: | |
| branch: | |
| - master | |
| --- | |
| kind: secret | |
| external_data: | |
| example: | |
| path: secret/data/example | |
| name: example | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment