Skip to content

Commit

Permalink
Merge pull request #707 from psalm/drop-heroku-remnants
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan authored Nov 23, 2022
2 parents 0347c35 + 79a86e7 commit a3ecab7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/deploy-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to Heroku
name: Build bot
on:
release:
types:
Expand All @@ -10,11 +10,6 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Push source changes to Heroku branch
run: |
git checkout heroku
git reset --hard ${{ github.ref }}
git push --force
- name: Build bot for Google Cloud functions
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit a3ecab7

Please sign in to comment.