diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2231bdf8b3162885db37fe2d17286512b1c32f04..f3a115a3f5df68a24116e67ad1b3cb92322abce9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -94,7 +94,7 @@ deploy-cloudfare-master: script: - cd frontends/web/dist - cp -rp ../static/* . - - npm_config_yes=true npx wrangler pages deploy . --project-name=boytacean --branch master + - npm_config_yes=true npx --loglevel silly wrangler pages deploy . --project-name=boytacean --branch master dependencies: - build-wasm only: