Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
WEB_ADMIN
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
3SPA
WEB_ADMIN
Commits
e029786a
Commit
e029786a
authored
6 months ago
by
MARTIN Pierre-Alexandre
Browse files
Options
Downloads
Plain Diff
Merge branch 'ci-cd' into 'main'
Fix de la pipeline ci/cd See merge request
!1
parents
89a1cc7d
f31cba77
Branches
Branches containing commit
No related tags found
1 merge request
!1
Fix de la pipeline ci/cd
Pipeline
#23943
passed
6 months ago
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-24
2 additions, 24 deletions
.gitlab-ci.yml
with
2 additions
and
24 deletions
.gitlab-ci.yml
+
2
−
24
View file @
e029786a
image
:
node:22
image
:
node:22
stages
:
stages
:
-
install
-
build
-
build
-
deploy
cache
:
paths
:
-
node_modules/
variables
:
variables
:
NUXT_ENV
:
production
NUXT_ENV
:
production
install
:
stage
:
install
script
:
-
npm ci
only
:
-
main
build
:
build
:
stage
:
build
stage
:
build
script
:
script
:
-
npm ci
-
npm run build
-
npm run build
artifacts
:
artifacts
:
paths
:
paths
:
-
.nuxt/
-
.output/
-
dist/
only
:
-
main
deploy
:
stage
:
deploy
script
:
-
rsync -avz dist/ user@server:/var/www/nuxt
only
:
-
main
\ No newline at end of file
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