mirror of
https://github.com/deployflare/ssh.git
synced 2026-01-13 16:18:02 +00:00
Update deep.yml
This commit is contained in:
5
.github/workflows/deep.yml
vendored
5
.github/workflows/deep.yml
vendored
@@ -1,11 +1,16 @@
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
deploy-cloudflare:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: pnpm/action-setup@v4
|
||||
- run: pnpm install
|
||||
- uses: cloudflare/wrangler-action@v3
|
||||
with:
|
||||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user