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

feat: separate commands for execution

parent 1d603b1f
No related branches found
No related tags found
No related merge requests found
Pipeline #699 passed
......@@ -48,13 +48,15 @@ build-wasm:
deploy-netlify-preview:
stage: deploy
script:
- cd examples/web && npm_config_yes=true npx --package=netlify-cli netlify deploy --dir=.
- cd examples/web
- npm_config_yes=true npx --package=netlify-cli netlify deploy --dir=.
only:
- master
deploy-netlify-prod:
stage: deploy
script:
- cd examples/web && npm_config_yes=true npx --package=netlify-cli netlify deploy --dir=. --prod
- cd examples/web
- npm_config_yes=true npx --package=netlify-cli netlify deploy --dir=. --prod
only:
- tags
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