File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1414 INFISICAL_TOKEN :
1515 from_secret : VAULT_TOKEN
1616 commands :
17- - infisical export --domain https://vault.devforth.io/api --format=dotenv-export --env="prod" > . /deploy.vault.env
17+ - infisical export --domain https://vault.devforth.io/api --format=dotenv-export --env="prod" > /woodpecker /deploy.vault.env
1818 secrets :
1919 - VAULT_TOKEN
2020
2525 volumes :
2626 - /var/run/docker.sock:/var/run/docker.sock
2727 commands :
28- - export $(cat ./deploy.vault.env | xargs)
28+ - export $(cat /woodpecker/deploy.vault.env | xargs)
29+ - ls -la
2930 - cd adminforth
3031 - npm clean-install
3132 - /bin/bash ../live-demo/deploy/buildRelease.sh
3940 - event : push
4041 image : curlimages/curl
4142 commands :
42- - export $(cat . /deploy.vault.env | xargs)
43+ - export $(cat /woodpecker /deploy.vault.env | xargs)
4344 - cd live-demo/deploy && /bin/sh buildSlackNotify.sh
4445
4546
You can’t perform that action at this time.
0 commit comments