Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
sugar-cat7 committed Jan 30, 2025
1 parent ef22fc0 commit 9b10594
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-server-workers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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-app
command: deploy --name vspo-portal-app --config wrangler.toml
# quiet: true
secrets: |
OPENAI_ORGANIZATION
OPENAI_PROJECT
Expand Down

0 comments on commit 9b10594

Please sign in to comment.