From cdd0bd2b3a235d31ebe0d9f88d788b62ccc72d81 Mon Sep 17 00:00:00 2001 From: continuist Date: Sun, 21 Sep 2025 01:56:21 -0400 Subject: [PATCH] Remove unnecessary command during frontend container run --- .forgejo/workflows/ci.yml | 6 +++--- deploy/prod-pod.yml | 2 -- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 8675580..f0c776e 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -128,7 +128,7 @@ jobs: test-frontend: runs-on: [ci] - # if: false + if: false #needs: test-backend steps: @@ -176,7 +176,7 @@ jobs: build-frontend: runs-on: [ci] - # if: false + if: false #needs: [test-backend, test-frontend] needs: [test-frontend] @@ -212,7 +212,7 @@ jobs: deploy-prod: runs-on: [prod] - needs: [build-frontend] + # needs: [build-frontend] #needs: [build-backend, build-frontend] env: diff --git a/deploy/prod-pod.yml b/deploy/prod-pod.yml index 9a79470..df44e2e 100644 --- a/deploy/prod-pod.yml +++ b/deploy/prod-pod.yml @@ -111,8 +111,6 @@ spec: - name: frontend image: ${REGISTRY_HOST}/${APP_NAME}/sharenet-frontend:${IMAGE_TAG} - command: ["npm"] - args: ["run", "start:fast"] # next start --hostname 0.0.0.0 --port ${PORT:-3000} # Security: drop all capabilities, read-only root filesystem securityContext: runAsNonRoot: true