Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 910 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 910 Bytes

Devops Take Home Test

This project is setup to allow devops candidates so show their skills and ability to deploy a static site to the cloud

Requirements

  • Fork the repository into your own account
  • Build and deploy the gatsby site to the cloud
  • Use Terraform to standup your cloud infrastructure
  • Use github actions to deploy infrastructure changes and publish the site

Things to remember

  • Make use of free tier services to deploy the site
  • Make sure any api keys are stored in secrets. A bot will scrape it if its public

Resources