Skip to content
Snippets Groups Projects
Commit 7e7a7386 authored by Yannis Barlas's avatar Yannis Barlas
Browse files

Update file .gitlab-ci.yml

parent 5b825f2a
No related branches found
No related tags found
No related merge requests found
Pipeline #61121 failed with stage
in 4 seconds
...@@ -11,7 +11,7 @@ stages: ...@@ -11,7 +11,7 @@ stages:
- Build - Build
- Deploy - Deploy
build demo: .build demo:
stage: Build stage: Build
image: docker:26 image: docker:26
services: services:
...@@ -31,7 +31,7 @@ pages: ...@@ -31,7 +31,7 @@ pages:
stage: Deploy stage: Deploy
image: $IMAGE_NAME_DEMO:$CI_COMMIT_SHA image: $IMAGE_NAME_DEMO:$CI_COMMIT_SHA
script: script:
- mv _build public - mv /home/wax/_build public
artifacts: artifacts:
paths: paths:
- public - public
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment