Skip to content

Commit

Permalink
Merge pull request #3285 from DARIAEngineering/fix_heroku_deploy
Browse files Browse the repository at this point in the history
Fix staging deploy github action
  • Loading branch information
lomky authored Oct 10, 2024
2 parents db6df05 + 0f49e37 commit 2cbc5f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install heroku cli
run: curl https://cli-assets.heroku.com/install-ubuntu.sh | sh
- name: Deploy sandbox environment
uses: akhileshns/heroku-deploy@v3.12.14
uses: akhileshns/heroku-deploy@v3.13.15
with:
heroku_api_key: ${{secrets.XMUNOZ_HEROKU_API_KEY}}
heroku_app_name: "daria-services-staging"
Expand Down

0 comments on commit 2cbc5f5

Please sign in to comment.