Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Advent of Code

Latest
Compare
Choose a tag to compare
@darron darron released this 08 Dec 22:41
· 6 commits to master since this release

Attached are all the cookbooks needed to build octohost 1.9.1.

You can also build an octohost much easier with Docker. For AWS:

docker run -e AWS_ACCESS_KEY="goes-here" -e AWS_SECRET_KEY="goes-here" octohost/build-aws

For Digital Ocean:

docker run -e DIGITALOCEAN_API_TOKEN="goes-here" octohost/build-do

All containers needed to build octohost easily are available on the Docker Hub: