DEV Community

Rossano D'Angelo
Rossano D'Angelo

Posted on • Edited on

2 1

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/

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay