Skip to content

Commit

Permalink
Add workflow for uploading asset-worker and router-worker (#7925)
Browse files Browse the repository at this point in the history
  • Loading branch information
WillTaylorDev authored Jan 30, 2025
1 parent 01edd28 commit ea3e16a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/workers-shared-deploy-production.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Deploy Workers Shared Production

on:
workflow_dispatch:

jobs:
deploy-workers:
name: Deploy Workers Shared Production
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4

- name: Install Dependencies
uses: ./.github/actions/install-dependencies

- name: Deploy
run: pnpm deploy
working-directory: packages/workers-shared
env:
WORKERS_DEPLOY_AND_CONFIG_CLOUDFLARE_API_TOKEN: ${{ secrets.WORKERS_DEPLOY_AND_CONFIG_CLOUDFLARE_API_TOKEN }}

0 comments on commit ea3e16a

Please sign in to comment.