eddiegroves/Cloudflare Pages deploy
Deploys files to Cloudflare Pages project and sets Github deployment status.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 15, 2022
- License
- Apache 2.0
Pinned Snippet
uses: eddiegroves/cloudflare-pages-deploy-action@aa734f8ccf057fffba5dda586758d300d68a9802 # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| cloudflare-account-id | Cloudflare account ID that contains the Pages project | yes | — |
| cloudflare-api-token | Cloudflare API token with Cloudflare Pages read/write permission. | yes | — |
| cloudflare-environment | The name of the environment (Cloudflare calls it a branch) you want for the Cloudflare Pages deployment. Does not have to match git branch. | yes | — |
| cloudflare-pages-project-name | The name of the Cloudflare Pages project you want to deploy to. | yes | — |
| cloudflare-publish-directory | The directory of static files to upload to Cloudflare Pages. | yes | — |
Outputs
| name | description |
|---|---|
| github-deployment-id | The GitHub deployment identifier that this action created. |
| cloudflare-pages-deployment-id | The created Cloudflare Pages deployment identifier. |
| cloudflare-pages-url | The URL where Cloudflare Pages was deployed to. |