From 79a86e77cd929a4b7698fdb186fa8d521943af8a Mon Sep 17 00:00:00 2001 From: Bruce Weirdan Date: Tue, 22 Nov 2022 20:40:05 -0400 Subject: [PATCH] Drop Heroku remnants --- .github/workflows/deploy-release.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/deploy-release.yml b/.github/workflows/deploy-release.yml index 42c2e2fd..3866c39b 100644 --- a/.github/workflows/deploy-release.yml +++ b/.github/workflows/deploy-release.yml @@ -1,4 +1,4 @@ -name: Deploy to Heroku +name: Build bot on: release: types: @@ -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 }}