Skip to content

Commit

Permalink
temporarily comment out reset-release-branch job in backend-productio…
Browse files Browse the repository at this point in the history
…n-deploy.yml
  • Loading branch information
laurendiaz committed Jan 31, 2025
1 parent bbf7f25 commit 66cf877
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/backend-production-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@ concurrency:
cancel-in-progress: true

jobs:
reset-release-branch:
name: Update release branch
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # fetch history for all branches and tags
token: ${{ secrets.GH_TOKEN }} # use PAT with permissions to push to master
ref: release
# reset-release-branch:
# name: Update release branch
# runs-on: ubuntu-22.04
# steps:
# - uses: actions/checkout@v4
# with:
# fetch-depth: 0 # fetch history for all branches and tags
# token: ${{ secrets.GH_TOKEN }} # use PAT with permissions to push to master
# ref: release

- name: Perform reset
run: |
git reset --hard ${{ github.ref }}
git push --force origin release
# - name: Perform reset
# run: |
# git reset --hard ${{ github.ref }}
# git push --force origin release

production-deploy:
name: Deploy to Heroku
Expand Down

0 comments on commit 66cf877

Please sign in to comment.