Skip to content

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.

Settings

  1. Go to Cloudflare Pages and add a deploy hook from "Settings"
  1. Name the deploy hook deploy-main and add
  1. Note the URL and click "Done"
  1. Go to your GitHub repository and add a new repository secret from "Settings"
  1. Input DEPLOY_HOOK_URL to "Name" and input the hook URL to "Value"

The preparation is done.

How to deploy

Hit "Run workflow" from Actions. Then, the deploy will start.