Skip to content

feat(collaboration): portable snapshots and navigable map comments (#… #17

feat(collaboration): portable snapshots and navigable map comments (#…

feat(collaboration): portable snapshots and navigable map comments (#… #17

Workflow file for this run

name: Deploy collab
on:
push:
branches: [main]
paths:
- "workers/collab/**"
- ".github/workflows/deploy-collab.yml"
workflow_dispatch:
permissions:
contents: read
concurrency:
group: deploy-collab-${{ github.ref }}
cancel-in-progress: true
jobs:
deploy:
name: Deploy collaboration relay to Cloudflare Workers
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v7
- name: Deploy to Cloudflare Workers
uses: cloudflare/wrangler-action@v4
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
workingDirectory: workers/collab