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
88577d43
Verified
Commit
88577d43
authored
1 year ago
by
João Magalhães
Browse files
Options
Downloads
Patches
Plain Diff
chore: new npx logging for diagnostics
parent
420ed475
No related branches found
No related tags found
No related merge requests found
Pipeline
#2888
failed
1 year ago
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+7
-7
7 additions, 7 deletions
.gitlab-ci.yml
with
7 additions
and
7 deletions
.gitlab-ci.yml
+
7
−
7
View file @
88577d43
...
@@ -72,7 +72,7 @@ deploy-netlify-preview:
...
@@ -72,7 +72,7 @@ deploy-netlify-preview:
script
:
script
:
-
cd frontends/web/dist
-
cd frontends/web/dist
-
cp -rp ../static/* .
-
cp -rp ../static/* .
-
npm_config_yes=true npx --package=netlify-cli netlify deploy --dir=.
-
npm_config_yes=true npx
--loglevel silly
--package=netlify-cli netlify deploy --dir=.
dependencies
:
dependencies
:
-
build-wasm
-
build-wasm
only
:
only
:
...
@@ -83,7 +83,7 @@ deploy-netlify-prod:
...
@@ -83,7 +83,7 @@ deploy-netlify-prod:
script
:
script
:
-
cd frontends/web/dist
-
cd frontends/web/dist
-
cp -rp ../static/* .
-
cp -rp ../static/* .
-
npm_config_yes=true npx --package=netlify-cli netlify deploy --dir=. --prod
-
npm_config_yes=true npx
--loglevel silly
--package=netlify-cli netlify deploy --dir=. --prod
dependencies
:
dependencies
:
-
build-wasm
-
build-wasm
only
:
only
:
...
@@ -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
:
...
@@ -105,7 +105,7 @@ deploy-cloudfare-stable:
...
@@ -105,7 +105,7 @@ deploy-cloudfare-stable:
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 stable
-
npm_config_yes=true npx
--loglevel silly
wrangler pages deploy . --project-name=boytacean --branch stable
dependencies
:
dependencies
:
-
build-wasm
-
build-wasm
only
:
only
:
...
@@ -116,9 +116,9 @@ deploy-cloudfare-prod:
...
@@ -116,9 +116,9 @@ deploy-cloudfare-prod:
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 prod
-
npm_config_yes=true npx
--loglevel silly
wrangler pages deploy . --project-name=boytacean --branch prod
-
npm_config_yes=true npx wrangler pages deploy . --project-name=boytacean --branch production
-
npm_config_yes=true npx
--loglevel silly
wrangler pages deploy . --project-name=boytacean --branch production
-
npm_config_yes=true npx wrangler pages deploy . --project-name=boytacean --branch main
-
npm_config_yes=true npx
--loglevel silly
wrangler pages deploy . --project-name=boytacean --branch main
dependencies
:
dependencies
:
-
build-wasm
-
build-wasm
only
:
only
:
...
...
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