We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9eaddd commit 05411fcCopy full SHA for 05411fc
live-demo/deploy/.woodpecker.yml
@@ -8,6 +8,9 @@ clone:
8
steps:
9
init-secrets:
10
image: infisical/cli
11
+ environment:
12
+ INFISICAL_TOKEN:
13
+ from_secret: VAULT_TOKEN
14
commands:
15
- infisical export --domain https://vault.devforth.io/api --format=dotenv-export --env="prod" > "${SCRIPT_DIR}/deploy.vault.env"
16
secrets:
0 commit comments