diff --git a/.github/workflows/deploy-server-workers.yaml b/.github/workflows/deploy-server-workers.yaml index b9e954a3..3e62e25a 100644 --- a/.github/workflows/deploy-server-workers.yaml +++ b/.github/workflows/deploy-server-workers.yaml @@ -16,7 +16,7 @@ jobs: matrix: include: - name: "vspo-portal-app" - - name: "vspo-portal-cron" + # - name: "vspo-portal-cron" steps: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 @@ -31,9 +31,9 @@ jobs: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} packageManager: pnpm - workingDirectory: service/server/config/wrangler/${{ matrix.name }} - command: deploy --name ${{ matrix.name }} --config wrangler.toml - quiet: true + workingDirectory: service/server/config/wrangler/vspo-portal-cron + command: deploy --name test --config wrangler.toml + # quiet: true secrets: | OPENAI_ORGANIZATION OPENAI_PROJECT