Skip to content

Commit

Permalink
👷 Removed heroku deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
karafra committed Jul 20, 2022
1 parent f19a67e commit 81d9108
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,6 @@ on:


jobs:
deploy-to-heroku:
name: Deploy new version to heroku hosting
needs: build-and-push-to-ghcr
runs-on: ubuntu-latest
steps:
- name: Log into Heroku
env:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
run: heroku container:login
- name: Build and push to Heroku
env:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
run: heroku container:push -a ${{ secrets.HEROKU_APP_NAME }} worker
- name: Release
env:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
run: heroku container:release -a ${{ secrets.HEROKU_APP_NAME }} worker

release-sentry:
name: Release sentry
needs: build-and-push-to-ghcr
Expand Down

0 comments on commit 81d9108

Please sign in to comment.