mirror of
https://github.com/semver/semver.git
synced 2026-07-11 05:12:48 -05:00
name: Deploy on: push: #614
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @eredd88 on GitHub (Dec 13, 2023).
cloudflare_area_1_2023_type_2_soc_2.pdf
name: Deploy
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@v3
- name: Deploy
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN
Assignee