adding pulumi poc for website deployment
This commit is contained in:
30
infra/notes/CLOUDFLARE.md
Normal file
30
infra/notes/CLOUDFLARE.md
Normal file
@@ -0,0 +1,30 @@
|
||||
## Cloudflare
|
||||
|
||||
### Getting the Cloudflare Account ID
|
||||
|
||||
1. Log in to the Cloudflare dashboard: https://dash.cloudflare.com
|
||||
|
||||
2. Go to **Compute** > **Workers & Pages** in the left sidebar.
|
||||
|
||||
3. **Account ID** will be on the right-hand sidebar of the Overview page. It's a 32-character hex string.
|
||||
|
||||
### Cloudflare Token Creation
|
||||
|
||||
1. Go to the token page
|
||||
https://dash.cloudflare.com/profile/api-tokens
|
||||
|
||||
2. Click "Create Token"
|
||||
|
||||
3. Find "Edit Cloudflare Workers" in the templates list, click "Use template"
|
||||
|
||||
4. Name the token.
|
||||
|
||||
5. Account Resources: Include: The account
|
||||
|
||||
6. Zone Resources: Include: The zone
|
||||
|
||||
7. Click "Continue to summary"
|
||||
|
||||
8. Click "Create Token"
|
||||
|
||||
9. The token will only be displayed once.
|
||||
Reference in New Issue
Block a user