Commit f4936f9f authored by Bao's avatar Bao
Browse files

Update .gitlab-ci.yml

parent fa36be1d
pages: variables:
EXPORT_DIR: "/var/www/html/pages"
pages-master:
stage: deploy stage: deploy
script: script:
- mkdir .public - mkdir "$EXPORT_DIR/INsource"
- cp -r * .public - cp -r public/* "$EXPORT_DIR/INsource"
- mv .public public tags:
artifacts: - production
paths:
- public
only: only:
- master - master
\ No newline at end of file \ 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