Commit 07024131 authored by Joe's avatar Joe
Browse files

update

parent e32204cf
Pipeline #729 canceled with stage
pages:
variables:
EXPORT_DIR: "/var/www/html/pages"
pages-master:
stage: deploy
script:
- echo 'Nothing to do...'
artifacts:
paths:
- public
only:
- master
\ No newline at end of file
- mkdir "$EXPORT_DIR/$CI_PROJECT_PATH_SLUG"
- cp -r public/* "$EXPORT_DIR/$CI_PROJECT_PATH_SLUG"
tags:
- JoeTS
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