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