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 stage: deploy
script: script:
- echo 'Nothing to do...' - mkdir "$EXPORT_DIR/$CI_PROJECT_PATH_SLUG"
artifacts: - cp -r public/* "$EXPORT_DIR/$CI_PROJECT_PATH_SLUG"
paths: tags:
- public - JoeTS
only: only:
- master - master
\ No newline at end of file
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