Skip to content

Commit

Permalink
deploy to heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
djbrown committed Jul 5, 2022
1 parent d2a8962 commit f58d71d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Expand Up @@ -175,10 +175,10 @@ jobs:
- name: Pull Image from Docker Hub
run: docker pull djbrown/hbscorez:latest
- name: Retag Image for Heroku Container Registry
# env:
# HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
run: docker tag djbrown/hbscorez:latest registry.heroku.com/hbscorez/web
- name: Push Image to Heroku Container registry
run: docker push registry.heroku.com/hbscorez/web
- name: Release Image to Heroku
env:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
run: heroku container:release web --app hbscorez

0 comments on commit f58d71d

Please sign in to comment.