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

feat: new static copy of values

parent f7e64018
No related branches found
No related tags found
1 merge request!9Version 0.4.0 🍾
Pipeline #1398 passed
......@@ -55,6 +55,7 @@ deploy-netlify-preview:
stage: deploy
script:
- cd examples/web/dist
- cp -rp ../static/* .
- npm_config_yes=true npx --package=netlify-cli netlify deploy --dir=.
dependencies:
- build-wasm
......@@ -65,7 +66,7 @@ deploy-netlify-prod:
stage: deploy
script:
- cd examples/web/dist
- cp ../robots.txt .
- cp -rp ../static/* .
- npm_config_yes=true npx --package=netlify-cli netlify deploy --dir=. --prod
dependencies:
- build-wasm
......@@ -76,7 +77,7 @@ deploy-cloudfare-master:
stage: deploy
script:
- cd examples/web/dist
- cp ../robots.txt .
- cp -rp ../static/* .
- npm_config_yes=true npx wrangler pages publish . --project-name=boytacean --branch master
dependencies:
- build-wasm
......@@ -87,7 +88,7 @@ deploy-cloudfare-stable:
stage: deploy
script:
- cd examples/web/dist
- cp ../robots.txt .
- cp -rp ../static/* .
- npm_config_yes=true npx wrangler pages publish . --project-name=boytacean --branch stable
dependencies:
- build-wasm
......@@ -98,7 +99,7 @@ deploy-cloudfare-prod:
stage: deploy
script:
- cd examples/web/dist
- cp ../robots.txt .
- cp -rp ../static/* .
- npm_config_yes=true npx wrangler pages publish . --project-name=boytacean --branch prod
dependencies:
- build-wasm
......
/*
X-Robots-Tag: all
File moved
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