Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
boytacean
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
João Magalhães
boytacean
Commits
18a70f92
Verified
Commit
18a70f92
authored
2 years ago
by
João Magalhães
Browse files
Options
Downloads
Patches
Plain Diff
feat: new static copy of values
parent
f7e64018
No related branches found
No related tags found
1 merge request
!9
Version 0.4.0 🍾
Pipeline
#1398
passed
2 years ago
Stage: build
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+5
-4
5 additions, 4 deletions
.gitlab-ci.yml
examples/web/static/_headers
+3
-0
3 additions, 0 deletions
examples/web/static/_headers
examples/web/static/robots.txt
+0
-0
0 additions, 0 deletions
examples/web/static/robots.txt
with
8 additions
and
4 deletions
.gitlab-ci.yml
+
5
−
4
View file @
18a70f92
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
examples/web/static/_headers
0 → 100644
+
3
−
0
View file @
18a70f92
/*
X-Robots-Tag: all
This diff is collapsed.
Click to expand it.
examples/web/robots.txt
→
examples/web/
static/
robots.txt
+
0
−
0
View file @
18a70f92
File moved
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment