Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 774 Bytes

publishing_firebase_hosting.md

File metadata and controls

22 lines (13 loc) · 774 Bytes

Using Henry with Firebase Hosting

The included Docker config comes prebuilt with firebase tools installed. This makes it a breeze to setup publishing.

Add firebase token

Create a .env file in your blog folder with the following content:

FIREBASE_TOKEN=X//XXXX

You can read up on how to get a token from the firebase documentation.

Use docker to publish to your website

Assuming you have your firebase project setup locally, the following command will publish directly to your firebase project:

docker-compose -f docker-compose-publish.yml up