.gitlab-vi.yml
production:
script:
- hugo --cacheDir $HOME/cache
- sudo cp -R public/* /var/www/html/
- sudo chown -R root:root /var/www/html/
only:
- master
config.toml
gitlab-runner@hugo:~$ cat .gitlab-runner/config.toml
concurrent = 1
check_interval = 0
[[runners]]
name = "deploy caffeinatedengineering.io"
url = "https://gitlab.com/ci"
token = "e788a4e58c8c463b8b0aa27c85ba33"
executor = "shell"
[runners.cache]