Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

change url

change url #2

Workflow file for this run

name: Deploy on workers.dev
on:
push:
branches:
- develop
workflow_dispatch:
repository_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm install
- name: Publish API
uses: cloudflare/[email protected]
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
command: deploy