Skip to content

Commit

Permalink
update deploy environment
Browse files Browse the repository at this point in the history
  • Loading branch information
shyanukant committed Oct 1, 2023
1 parent 4e6f924 commit 16d9251
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
environment:
name: 'Production'
url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}

steps:
- name: Checkout Repository
Expand Down Expand Up @@ -40,4 +43,4 @@ jobs:
# run: |
# heroku container:login
# heroku container:push web -a $HEROKU_APP_NAME
# heroku container:release web -a $HEROKU_APP_NAME
# heroku container:release web -a $HEROKU_APP_NAME

0 comments on commit 16d9251

Please sign in to comment.