Skip to content

chore: new server deployments #30

chore: new server deployments

chore: new server deployments #30

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