Skip to content

Commit edbbe66

Browse files
committed
Fix deploy frontend
1 parent 8e8f038 commit edbbe66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-deploy.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
# Workflow permissions need to be set to 'Read and write' to be able to push
2727
- name: Deploy frontend 🚀
2828
run: |
29-
git checkout -B $ENVIRONMENT_STAGE
30-
git push origin $ENVIRONMENT_STAGE --force
29+
git checkout -B $ENVIRONMENT
30+
git push origin $ENVIRONMENT --force

0 commit comments

Comments
 (0)