Sign inSign up

nohitme/hugo-firebase

By nohitme

•Updated over 7 years ago

A node:alpine (latest) base image with hugo binary and firebase-cli installed

Image
3

10K+

nohitme/hugo-firebase repository overview

⁠docker-hugo-firebase

A docker image with hugo and firebase-cli installed

⁠Using on Gitlab CI

Here the example of .gitlab-ci.yml for Hugo 0.31.1:

image: nohitme/hugo-firebase:0.31.1

before_script:
  - hugo version
  - firebase --version

hugo_firebase:
  stage: deploy
  only:
    - master
  except:
    - dev
  script:
  - rm -rf public
  - hugo --config config.production.toml
  - firebase deploy --token ${FIREBASE_TOKEN}

Tag summary

Content type

Image

Digest

Size

50.1 MB

Last updated

over 7 years ago

docker pull nohitme/hugo-firebase