test
Seto Elkahfi committed
Aug 2, 2024 at 23:05 UTC
c075392eab373f2b24f16d931bd8dd1ccae57421
1 file changed
+3
-1
.github/workflows/deploy-backend-musik88-web.yml
+3
-1
@@ -23,7 +23,9 @@ jobs:
23
- name: Push to deploy
24
run: |
25
cd backend/musik88-web
26
- git init
26
git config --global init.defaultBranch main
27
+ git init
28
+ git add .
29
+ git commit -m "Deploy to production"
30
git remote add prod ${{ env.GIT_USER }}@${{ env.GIT_HOST }}:${{ secrets.GIT_REPO }}
31
git push --set-upstream prod main