From 9f911559440720489c4d9b2882c7ea13d85e782a Mon Sep 17 00:00:00 2001 From: asepharyana Date: Fri, 7 Aug 2026 10:46:02 +0700 Subject: [PATCH] ci(deploy): build+deploy frontend package (SSR standalone server) Sebelumnya frontend hanya static export yang di-serve nginx di dalam package proxy. Sekarang frontend = runtime mandiri (Next.js standalone :4017) yang nginx proxikan ('/' -> Next server, '/api' + '/ws' -> backend :4001). Tambah 'frontend' ke matrix deploy agar dideploy + memulai unit gmw-frontend. --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a31fa83..76f2bce 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -67,7 +67,7 @@ jobs: strategy: fail-fast: false matrix: - service: [backend, discord-gateway, proxy] + service: [backend, discord-gateway, proxy, frontend] steps: - name: Checkout uses: actions/checkout@v7