diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 206521fa95c5a568913291bdd264f4d2a481aeef..f6c39aa6e1a1ababb9c7311ea278106e21ecca9a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -117,6 +117,7 @@ deploy-cloudfare-prod:
     - cd frontends/web/dist
     - cp -rp ../static/* .
     - npm_config_yes=true npx wrangler pages publish . --project-name=boytacean --branch prod
+    - npm_config_yes=true npx wrangler pages publish . --project-name=boytacean --branch production
   dependencies:
     - build-wasm
   only: