Skip to content

Commit b408a08

Browse files
committed
align .env path
1 parent 05411fc commit b408a08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

live-demo/deploy/.woodpecker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ steps:
1212
INFISICAL_TOKEN:
1313
from_secret: VAULT_TOKEN
1414
commands:
15-
- infisical export --domain https://vault.devforth.io/api --format=dotenv-export --env="prod" > "${SCRIPT_DIR}/deploy.vault.env"
15+
- infisical export --domain https://vault.devforth.io/api --format=dotenv-export --env="prod" > "/deploy.vault.env"
1616
secrets:
1717
- VAULT_TOKEN
1818

@@ -23,7 +23,7 @@ steps:
2323
volumes:
2424
- /var/run/docker.sock:/var/run/docker.sock
2525
commands:
26-
- export $(cat deploy.vault.env | xargs)
26+
- export $(cat /deploy.vault.env | xargs)
2727
- cd adminforth
2828
- npm clean-install
2929
- /bin/bash ../live-demo/deploy/buildRelease.sh

0 commit comments

Comments
 (0)