Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.12 KB

DEVELOPMENT.md

File metadata and controls

30 lines (21 loc) · 1.12 KB

Developing the Tekton website

Setup

Before working on website issues, be sure to have the following installed:

You can use the hugo command to interact with the site locally and see the results before deploying.

Deploying

At the moment, deployments are done manually after a merge to master. Eventually we plan to move to netlify (once we transfer ownership of the tekton.dev domain to the Linux Foundation), which would provide us with gitops based automation.

Instructions for deploying Hugo based sites to Firebase: https://gohugo.io/hosting-and-deployment/hosting-on-firebase/