Skip to content

Commit

Permalink
Merge pull request #11 from tkalir/adding-logs-to-create-selenium-folder
Browse files Browse the repository at this point in the history
adding chmod bin/apps.py to anyway.yml
  • Loading branch information
tkalir authored Dec 9, 2024
2 parents f890776 + 4ac79a0 commit a1f3d4e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/anyway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ jobs:
pip install -r requirements.txt &&\
echo "Step 5: Logging in to Vault" &&\
export VAULT_TOKEN="$(uci vault approle-login $VAULT_ROLE_ID $VAULT_SECRET_ID)" &&\
echo "Step 7: Deploying app" &&\
echo "Step 6: Changing permissions for bin/apps.py" &&\
chmod +x bin/apps.py &&\
echo "Step 7: Creating Selenium data folder" &&\
bin/apps.py create_selenium_data_folder &&\
echo "Step 8: Deploying app" &&\
bin/apps.py deploy_app anyway &&\
echo "Step 8: Checking Docker Compose status" &&\
echo "Step 9: Checking Docker Compose status" &&\
bin/apps.py compose anyway ps

0 comments on commit a1f3d4e

Please sign in to comment.