-
-
Notifications
You must be signed in to change notification settings - Fork 535
Manual deploy with GitHub Actions
Hiroki Toyokawa edited this page Feb 6, 2023
·
2 revisions
This page explains how to deploy manually with GitHub Actions.
- Go to Cloudflare Pages and add a deploy hook from "Settings"
- Name the deploy hook
deploy-main
and add
- Note the URL and click "Done"
- Go to your GitHub repository and add a new repository secret from "Settings"
- Input
DEPLOY_HOOK_URL
to "Name" and input the hook URL to "Value"
The preparation is done.
Hit "Run workflow" from Actions. Then, the deploy will start.