Sign inSign up

rezhajulio/docker-hugo-firebase

By rezhajulio

•Updated over 8 years ago

Docker images containing Hugo, Minify, and Firebase tool

Image
0

546

rezhajulio/docker-hugo-firebase repository overview

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

Tag summary

Content type

Image

Digest

Size

73.7 MB

Last updated

over 8 years ago

docker pull rezhajulio/docker-hugo-firebase