Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Feb 27, 2024
1 parent bbc9688 commit d4faf8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ Call functions from the module:
```bash
# Deploy to Cloudflare Workers
dagger call deploy --src . \
--apiToken CF_API_TOKEN \
--api-token CF_API_TOKEN \
--account-id $CF_ACCOUNT_ID \
--project-name $PROJECT_NAME

# Deploy to Cloudflare Pages
dagger call pages-deploy --src . \
--apiToken CF_API_TOKEN \
--api-token CF_API_TOKEN \
--account-id $CF_ACCOUNT_ID \
--directory dist \
--project-name $PROJECT_NAME
Expand Down

0 comments on commit d4faf8e

Please sign in to comment.