diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 537c9d5254532e9037e9e9c014a70d00fbe72080..8b7f13fe539fe63dbad59ed1f59563b46a877d5a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -89,7 +89,7 @@ deploy-netlify-prod: only: - tags -deploy-cloudfare-master: +deploy-cloudflare-master: stage: deploy script: - cd frontends/web/dist @@ -100,7 +100,7 @@ deploy-cloudfare-master: only: - master -deploy-cloudfare-stable: +deploy-cloudflare-stable: stage: deploy script: - cd frontends/web/dist @@ -111,7 +111,7 @@ deploy-cloudfare-stable: only: - stable -deploy-cloudfare-prod: +deploy-cloudflare-prod: stage: deploy script: - cd frontends/web/dist diff --git a/README.md b/README.md index aa66bd0b5d8b7a438f4f134660d6f14b215cb973..2fe022dbefb8154c20ccc817d242b1d844c8ee2d 100644 --- a/README.md +++ b/README.md @@ -37,13 +37,13 @@ What's still missing... ## Deployments -| Provider | Stable | URL | -| --------- | ------- | ---------------------------------------------------------------- | -| Cloudfare | `True` | [boytacean.joao.me](https://boytacean.joao.me) | -| Cloudfare | `True` | [boytacean.pages.dev](https://boytacean.pages.dev) | -| Cloudfare | `True` | [prod.boytacean.pages.dev](https://prod.boytacean.pages.dev) | -| Cloudfare | `True` | [stable.boytacean.pages.dev](https://stable.boytacean.pages.dev) | -| Cloudfare | `False` | [master.boytacean.pages.dev](https://master.boytacean.pages.dev) | +| Provider | Stable | URL | +| ---------- | ------- | ---------------------------------------------------------------- | +| Cloudflare | `True` | [boytacean.joao.me](https://boytacean.joao.me) | +| Cloudflare | `True` | [boytacean.pages.dev](https://boytacean.pages.dev) | +| Cloudflare | `True` | [prod.boytacean.pages.dev](https://prod.boytacean.pages.dev) | +| Cloudflare | `True` | [stable.boytacean.pages.dev](https://stable.boytacean.pages.dev) | +| Cloudflare | `False` | [master.boytacean.pages.dev](https://master.boytacean.pages.dev) | ## Build