We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e8f038 commit edbbe66Copy full SHA for edbbe66
.github/workflows/reusable-deploy.yaml
@@ -26,5 +26,5 @@ jobs:
26
# Workflow permissions need to be set to 'Read and write' to be able to push
27
- name: Deploy frontend 🚀
28
run: |
29
- git checkout -B $ENVIRONMENT_STAGE
30
- git push origin $ENVIRONMENT_STAGE --force
+ git checkout -B $ENVIRONMENT
+ git push origin $ENVIRONMENT --force
0 commit comments