Skip to content

Remove rename as it is not used anymore (#97) #45

Remove rename as it is not used anymore (#97)

Remove rename as it is not used anymore (#97) #45

Workflow file for this run

name: Deploy to production
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@v4
- name: Deploy
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}