.

Seto Elkahfi committed Aug 2, 2024 at 23:07 UTC 4dfc14293856b4c417934b5fca111bc0716832e2
1 file changed +2
.github/workflows/deploy-backend-musik88-web.yml
+2
@@ -24,6 +24,8 @@ jobs:
24 run: |
25 cd backend/musik88-web
26 git config --global init.defaultBranch main
27 + git config --global user.email "deploy@musik88.com"
28 + git config --global user.name "deploy"
29 git init
30 git add .
31 git commit -m "Deploy to production"