Loading .gitlab-ci.yml +3 −2 Original line number Original line Diff line number Diff line Loading @@ -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 Loading @@ -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 Loading
.gitlab-ci.yml +3 −2 Original line number Original line Diff line number Diff line Loading @@ -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 Loading @@ -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