Skip to content

Commit

Permalink
add anyway CI
Browse files Browse the repository at this point in the history
  • Loading branch information
OriHoch committed Jan 25, 2024
1 parent 4014a13 commit 7cfd09b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/anyway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
uci vault install --version $VAULT_CLI_VERSION &&\
pip install -r requirements.txt &&\
export VAULT_TOKEN="$(uci vault approle-login $VAULT_ROLE_ID $VAULT_SECRET_ID)" &&\
bin/apps.py deploy_app anyway
bin/apps.py deploy_app anyway &&\
bin/apps.py compose anyway ps

0 comments on commit 7cfd09b

Please sign in to comment.