From 34a6a86cee969735b9865615a39db81ff06c8abb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com> Date: Sun, 2 Apr 2023 18:20:58 +0100 Subject: [PATCH] fix: issue with main master deployment --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f6c39aa6..daff0a98 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -118,6 +118,7 @@ deploy-cloudfare-prod: - 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 + - npm_config_yes=true npx wrangler pages publish . --project-name=boytacean --branch main dependencies: - build-wasm only: -- GitLab