Skip to content
Snippets Groups Projects
Commit 5c5f375d authored by Adam Caprez's avatar Adam Caprez
Browse files

Merge branch 'add-deploy-job' into 'master'

Add CI deploy job.

See merge request !1
parents 9b668c1b 04cbfe0c
No related branches found
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.
Finish editing this message first!
Please register or to comment