Commit d68362b0 authored by Kai-Holger Brassel's avatar Kai-Holger Brassel
Browse files

Enable CI workflow for copying files to transfer portal web server.

parent f3552ec8
Pipeline #1629 failed
# This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/plain-html
variables:
EXPORT_DIR: "/var/www/html/pages"
pages-master:
stage: deploy
script:
- mkdir "$EXPORT_DIR/$CI_PROJECT_NAME"
- cp -r public/* "$EXPORT_DIR/$CI_PROJECT_NAME"
tags:
- production
artifacts:
paths:
- public
expire_in: 1 day
only:
- 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