Skip to content

Commit

Permalink
Merge pull request #1143 from Aguafrommars/feat/deploy-heroku
Browse files Browse the repository at this point in the history
Feat/deploy heroku
  • Loading branch information
aguacongas authored Nov 24, 2023
2 parents 286c7c6 + 421bf00 commit 62274e8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy-to-heroku.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ on:
workflow_dispatch:

jobs:
# Build job
# Deployment job
deploy:
environment:
name: heroku
url: https://theidserver-duende.herokuapp.com/
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -34,5 +37,5 @@ jobs:
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
heroku_app_name: "theidserver-duende"
heroku_email: "[email protected]"
buildpack: https://github.com/Aguafrommars/theidserver-buildpack
buildpack: https://github.com/Aguafrommars/theidserverbuildpack

0 comments on commit 62274e8

Please sign in to comment.