Browse Source

Set the source directory for the hugo src to the container /home/sothr/projects/sothr-dot-com

master
Drew Short 5 years ago
parent
commit
ff40c0ffa8
  1. 1
      .gitlab-ci.yml

1
.gitlab-ci.yml

@ -9,6 +9,7 @@ build-website:
HUGO_THEME: "pure"
HUGO_BASEURL: "https://sothr.com"
script:
- export HUGO_SOURCE="$PWD"
- /run.sh
- tar -czvf website.tgz -C /output/ .
only: