We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ae5a7f commit b409c01Copy full SHA for b409c01
2 files changed
.github/workflows/deploy-prod.yml
@@ -35,5 +35,4 @@ jobs:
35
export GIT_SSH_COMMAND="ssh -i $HOME/.ssh/deploy_key"
36
37
git remote add sync-repo "git@github.com:${{ env.TARGET_REPO }}.git"
38
- git branch -u "sync-repo/${{ env.TARGET_BRANCH }}"
39
- git push --force
+ git push --force -u sync-repo ${{ env.RELEASE_CHANNEL }}:${{ env.TARGET_BRANCH }}
.github/workflows/deploy-staging.yml
0 commit comments