Commit ce01ac33 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

Update .gitlab-ci.yml

parent 2e0dd521
Pipeline #1025 canceled with stage
image: alpine:latest variables:
EXPORT_DIR: "/var/www/html/pages"
pages: pages-master:
stage: deploy stage: deploy
script: script:
- echo 'Nothing to do...' - mkdir "$EXPORT_DIR/$CI_PROJECT_NAME"
artifacts: - cp -r public/* "$EXPORT_DIR/$CI_PROJECT_NAME"
paths: tags:
- public - production
only: only:
- master - master
Markdown is supported
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