test

Seto Elkahfi committed Aug 2, 2024 at 23:02 UTC 6c78d87644a204ac3cfb379dff6257a7a4095f14
1 file changed +2 -1
.github/workflows/deploy-backend-musik88-web.yml
+2 -1
@@ -24,5 +24,6 @@ jobs:
24 run: |
25 cd backend/musik88-web
26 git init
27 + git config --global init.defaultBranch main
28 git remote add prod ${{ env.GIT_USER }}@${{ env.GIT_HOST }}:${{ secrets.GIT_REPO }}
28 - git push prod
29 + git push --set-upstream prod main