Attempted to fix path issue with entrypoint script
All checks were successful
Build and deploy Bridgeman Accessible Hashicorp Vault Implementation / deploy (push) Successful in 16s
All checks were successful
Build and deploy Bridgeman Accessible Hashicorp Vault Implementation / deploy (push) Successful in 16s
This commit is contained in:
parent
62b0d51190
commit
4f75a0b06c
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ start_and_wait_for_vault() {
|
||||||
|
|
||||||
start_and_wait_for_vault
|
start_and_wait_for_vault
|
||||||
|
|
||||||
source .venv/bin/activate && python3 /setup-scripts/prod-setup.py
|
source .venv/bin/activate && python3 $PWD/setup-scripts/prod-setup.py
|
||||||
|
|
||||||
#init_vault
|
#init_vault
|
||||||
#unseal_vault
|
#unseal_vault
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue