Skip to content

Docker image for Hugo. Includes firebase-tools for deployments to firebase.

Notifications You must be signed in to change notification settings

jnyo/docker-hugo-firebase

Repository files navigation

docker-hugo-firebase Docker Repository

Using on CircleCI 2.0

Using following configuration in .circleci/config.yml

version: 2
jobs:
  build:
    docker:
      - image: jnyo/docker-hugo-firebase:latest
    working_directory: ~/project
    steps:
      - checkout
      - run:
          name: "Run Hugo"
          command: hugo -t slim
      - deploy:
          branch: master
          command: firebase deploy --token "$FIREBASE_TOKEN"

The environment variable FIREBASE_TOKEN stores the Firebase authentication token and is saved in Build Setting > Environment Variables on CircleCI console.

About

Docker image for Hugo. Includes firebase-tools for deployments to firebase.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published