Skip to content
Snippets Groups Projects
Commit c20c2242 authored by Valerio Formato's avatar Valerio Formato
Browse files

Try to fix deploy jobs failing

parent 80c28e0b
No related branches found
No related tags found
1 merge request!5Add CI/CD
Pipeline #17567 passed
...@@ -21,7 +21,7 @@ build:docker: ...@@ -21,7 +21,7 @@ build:docker:
.deploy: &deploy .deploy: &deploy
stage: deploy stage: deploy
script: script:
- cp -rv docs/build/html ${DEPLOY_PATH} - cp -rv docs/build/html/* ${DEPLOY_PATH}
deploy:prod: deploy:prod:
<<: *deploy <<: *deploy
...@@ -32,3 +32,4 @@ deploy:prod: ...@@ -32,3 +32,4 @@ deploy:prod:
needs: [ "build:docker" ] needs: [ "build:docker" ]
variables: variables:
DEPLOY_PATH: "/test/wiki/docs/build/html" DEPLOY_PATH: "/test/wiki/docs/build/html"
GIT_STRATEGY: clone
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment