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
rossanodan / rossanodan
A blog by Rossano D'Angelo
A blog by Rossano D'Angelo
This repository contains the code of my blog, rossanodan.me.
Authors
Credits
Link to the Action https://github.com/rossanodan/rossanodan/blob/master/.github/workflows/deploy.yml
Top comments (0)