chore: new server deployments #30
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Heroku Production Deployment | |
on: | |
workflow_dispatch: | |
push: | |
branches: [] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: akhileshns/[email protected] # This is the action | |
with: | |
heroku_api_key: ${{ secrets.HEROKU_API_KEY }} | |
heroku_app_name: openmanifest-production | |
heroku_email: ${{ secrets.HEROKU_EMAIL }} | |
usedocker: false |