fix production
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m9s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 15s
Build, Push and Deploy / deploy-staging (push) Successful in 38s
Build, Push and Deploy / deploy-production (push) Has been skipped
Build, Push and Deploy / cleanup (push) Successful in 1s

This commit is contained in:
eko
2026-04-04 23:34:45 +07:00
parent 481b8fba7e
commit 4398aee449
2 changed files with 43 additions and 20 deletions

View File

@@ -215,7 +215,7 @@ jobs:
-e MODE=production \
-e APP_ENV=production \
-e APP_DEBUG=false \
-e APP_URL=https://prod-test.kulakpos.id \
-e AUTO_MIGRATE=false \
kode.sadateknologi.site/${{ gitea.repository_owner }}/kulakpos_web:$IMAGE_TAG
# Wait for container to be ready
@@ -261,6 +261,7 @@ jobs:
-e MODE=production \
-e APP_ENV=production \
-e APP_DEBUG=false \
-e AUTO_MIGRATE=false \
$PREVIOUS_IMAGE
echo "Rollback completed"
fi