Skip to content
Snippets Groups Projects
Verified Commit 7c0fd695 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

chore: added log level for npx diag

parent 6f202fb0
No related branches found
No related tags found
No related merge requests found
Pipeline #2885 failed
...@@ -94,7 +94,7 @@ deploy-cloudfare-master: ...@@ -94,7 +94,7 @@ deploy-cloudfare-master:
script: script:
- cd frontends/web/dist - cd frontends/web/dist
- cp -rp ../static/* . - 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: dependencies:
- build-wasm - build-wasm
only: only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment