mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
15 lines
374 B
YAML
15 lines
374 B
YAML
name: Manual Deploy
|
|
|
|
on: workflow_dispatch
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: akhileshns/heroku-deploy@v3.12.12 # This is the action
|
|
with:
|
|
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
|
|
heroku_app_name: "pyrigs" #Must be unique in Heroku
|
|
heroku_email: "aj@aronajones.com"
|