Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add outputs to README (#13)
* Add outputs to README

* Update README.md

Co-authored-by: Daniel Walsh <walshydev@gmail.com>
  • Loading branch information
2 people authored and GitHub committed Jul 26, 2022
1 parent c4f0d2e commit 364c7ca
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Expand Up @@ -58,4 +58,11 @@ The branch name is used by Cloudflare Pages to determine if the deployment is pr
[git branch build controls](https://developers.cloudflare.com/pages/platform/branch-build-controls/#branch-build-controls).

If you are in a Git workspace, Wrangler will automatically pull the branch information for you. You can override this
manually by adding the argument `branch: YOUR_BRANCH_NAME`.
manually by adding the argument `branch: YOUR_BRANCH_NAME`.

## Outputs
| Name | Description |
| ------------- | -------------------------------------|
| `id` | The ID of the pages deployment |
| `url` | The URL of the pages deployment |
| `environment` | The environment that was deployed to |

0 comments on commit 364c7ca

Please sign in to comment.