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 05411fc commit b408a08Copy full SHA for b408a08
live-demo/deploy/.woodpecker.yml
@@ -12,7 +12,7 @@ steps:
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"
+ - infisical export --domain https://vault.devforth.io/api --format=dotenv-export --env="prod" > "/deploy.vault.env"
16
secrets:
17
- VAULT_TOKEN
18
@@ -23,7 +23,7 @@ steps:
23
volumes:
24
- /var/run/docker.sock:/var/run/docker.sock
25
26
- - export $(cat deploy.vault.env | xargs)
+ - export $(cat /deploy.vault.env | xargs)
27
- cd adminforth
28
- npm clean-install
29
- /bin/bash ../live-demo/deploy/buildRelease.sh
0 commit comments