Skip to content
Snippets Groups Projects

Fix de la pipeline ci/cd

Merged MARTIN Pierre-Alexandre requested to merge ci-cd into main
1 file
+ 0
12
Compare changes
  • Side-by-side
  • Inline
+ 0
12
@@ -2,12 +2,6 @@ image: node:22
stages:
- build
- deploy
cache:
key: "$CI_COMMIT_REF_SLUG"
paths:
- node_modules/
variables:
NUXT_ENV: production
@@ -20,9 +14,3 @@ build:
artifacts:
paths:
- .output/
deploy:
stage: deploy
script:
- apt-get update && apt-get install -y rsync
- rsync -avz .output/public/ user@server:/var/www/nuxt
Loading