Skip to content

Commit

Permalink
Merge pull request #13 from dev-bddw/dev
Browse files Browse the repository at this point in the history
changes to yml
  • Loading branch information
dev-bddw authored Feb 7, 2024
2 parents 02e1b87 + f33312b commit 5ecadb9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-to-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ jobs:
username: ${{ secrets.BDDW_EC2_USER }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: |
chmod +x /home/ubuntu/django-projects/bddw_prices/deploy-staging.sh
/home/ubuntu/django-projects/bddw_prices/deploy-staging.sh
cd /home/ubuntu/django-projects/bddw_prices/
chmod +x deploy-staging.sh
./deploy-staging.sh
# # With no caching at all the entire ci process takes 4m 30s to complete!
# pytest:
Expand Down

0 comments on commit 5ecadb9

Please sign in to comment.