Skip to content
Snippets Groups Projects
Verified Commit 04cbfe0c authored by Adam Caprez's avatar Adam Caprez
Browse files

Add CI deploy job.

parent 9b668c1b
No related tags found
1 merge request!1Add CI deploy job.
variables:
DEPLOY_ROOT: "/var/www/html/hcc-docs"
stages:
- deploy
deploy:
stage: deploy
environment:
name: hcc_docs_prod
url: http://10.71.110.145/hcc-docs
only:
- master
tags:
- hcc-docs-test
script:
- hugo -v
- rsync -avz --delete public/ $DEPLOY_ROOT
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment