Skip to content

Commit

Permalink
Add heroku cli to manual deployment to alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
boryanagoncharenko committed Dec 20, 2024
1 parent f4b0914 commit bf6e032
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-to-alpha-manually.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Checkout Repository
uses: actions/checkout@v4
- name: 'Install Heroku CLI'
run: curl https://cli-assets.heroku.com/install.sh | sh
- uses: akhileshns/[email protected] # This is the action
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
Expand Down

0 comments on commit bf6e032

Please sign in to comment.