Skip to content

Commit

Permalink
Merge branch 'master' into onboarding-state
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashutosh619-sudo committed Oct 13, 2023
2 parents ec4f4d1 + 2f5f4e0 commit c64ff14
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 @@ -47,6 +47,7 @@ jobs:
git add .
git commit -m "Update netsuite-api 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
env:
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 @@ -51,6 +51,7 @@ jobs:
git add .
git commit -m "Update netsuite-api 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 c64ff14

Please sign in to comment.