You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -311,7 +311,7 @@ Other environments can be targetted (if defined in `wrangler.toml`) by specifyin
311
311
wrangler publish --env staging
312
312
```
313
313
314
-
CI/CD deployments can be achieved using the [`wrangler` Github Action](https://github.com/cloudflare/wrangler-action). The [`deploy.yml` Github Action in this repo](https://github.com/cheqd/data-api/blob/main/.github/workflows/deploy.yml) provides an example of this can be achieved in practice.
314
+
CI/CD deployments can be achieved using the [`wrangler` Github Action](https://github.com/cloudflare/wrangler-action). The [`staging.yml`](https://github.com/cheqd/data-api/blob/main/.github/workflows/staging.yml) and [`release.yml`](https://github.com/cheqd/data-api/blob/main/.github/workflows/release.yml) Github Actions in this repo provides an example of this can be achieved in practice.
0 commit comments