Docker images containing Hugo, Minify, and Firebase tool
546
You can use it on Gitlab CI like this.
image: rezhajulio/docker-hugo-firebase
cache:
key: "$CI_BUILD_REF_NAME"
untracked: true
paths:
- node_modules/
pages:
script:
- hugo
- minify -a -r -v public
- firebase deploy --token <your token>
only:
- master
Content type
Image
Digest
Size
73.7 MB
Last updated
over 8 years ago
docker pull rezhajulio/docker-hugo-firebase