diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5124abf..32fbf6e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,11 +3,19 @@ image: monachus/hugo variables: GIT_SUBMODULE_STRATEGY: recursive +before_script: + - apt-get update + - apt-get --yes install rsync + build: + stage: build script: - hugo artifacts: paths: - public - only: - - master + +deploy: + stage: deploy + script: + - rsync -hrv --delete public/ /var/opt/gitlab-runner/builds/$CI_PROJECT_NAMESPACE/$CI_PROJECT_NAME/