## 🔍 Motivation & Context
We need a separate playbook for generating a Gitea Runner token, so that when I need one, I do not have to enter the instance.
## ✨ Changes
- Created a `gitea/runner_token.yml` to generate a token.
- Updated `gitea/deployment.yml` to use the playbok above.
Reviewed-on: https://code.maximhutz.com/Web/Gitea/pulls/19
Co-authored-by: Max <git@maximhutz.me>
Co-committed-by: Max <git@maximhutz.me>
## 🔍 Motivation & Context
I want to minimize the costs of running this Gitea instance, and for all future instances. I have found that using an Elastic IP incurs costs about $3.72 / instance-month to use. That's more than the cost of the instance running itself.
## 🔖 Related Issue
This solves #16.
## ✨ Changes
- Removed the Elastic IP.
- Updated Route 53 routing, so it routes directly to the instance.
Reviewed-on: https://git1.maximhutz.com/Infrastructure/Codebase/pulls/17
Co-authored-by: Max <git@maximhutz.me>
Co-committed-by: Max <git@maximhutz.me>