Skip to content

Commit

Permalink
Add a separate github action for manually deploying to Alpha #5862
Browse files Browse the repository at this point in the history
  • Loading branch information
boryanagoncharenko committed Oct 25, 2024
1 parent 89aa78d commit 33aaf8b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .github/workflows/deploy-to-alpha-manually.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Manually deploy to Alpha
on:
workflow_dispatch: {}
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: akhileshns/[email protected] # This is the action
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: hedy-alpha
heroku_email: [email protected]
1 change: 0 additions & 1 deletion .github/workflows/deploy-to-alpha.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: Automatically deploy to Alpha
on:
workflow_dispatch: {}

# Run this AFTER the unit test job finishes
workflow_run:
Expand Down

0 comments on commit 33aaf8b

Please sign in to comment.