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:
- Build
- Deploy
build demo:
.build demo:
stage: Build
image: docker:26
services:
......@@ -31,7 +31,7 @@ pages:
stage: Deploy
image: $IMAGE_NAME_DEMO:$CI_COMMIT_SHA
script:
- mv _build public
- mv /home/wax/_build public
artifacts:
paths:
- 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