Skip to content

Commit

Permalink
Pulling master before pushing new commit (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shwetabhk authored Oct 12, 2023
1 parent 0571d24 commit 7bd1d70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/production_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
git add .
git commit -m "Update image tag"
git remote set-url origin https://x-access-token:${{ secrets.DEPLOY_GIT_ACCESS_TOKEN }}@github.com/${{ secrets.PROD_DEPLOY_REPO }}
git pull origin master
git push origin master
- name: Create new Sentry release
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/staging_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
git add .
git commit -m "Update image tag"
git remote set-url origin https://x-access-token:${{ secrets.DEPLOY_GIT_ACCESS_TOKEN }}@github.com/${{ secrets.STAGING_DEPLOY_REPO }}
git pull origin master
git push origin master
- name: Create new Sentry release
Expand Down

0 comments on commit 7bd1d70

Please sign in to comment.