DEV Community

Rossano D'Angelo
Rossano D'Angelo

Posted on • Updated on

Deploy Hugo website to Firebase

My Workflow

Filename deploy.yml, action name Deploy.
This action is triggered when I merge code to the master (main) branch and there are three steps: setup environment for Hugo framework, build the code and deploy. The deployment on Firebase is quite easy using an authorisation token provided by Firebase itself.

Submission Category:

DIY Deployments

Yaml File or Link to Code

GitHub logo rossanodan / rossanodan

A blog by Rossano D'Angelo




Link to the Action https://github.com/rossanodan/rossanodan/blob/master/.github/workflows/deploy.yml

Additional Resources / Info

https://gohugo.io/
https://firebase.google.com/

Latest comments (0)