mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 06:05:49 +03:00
Labels
No labels
bug
bug
client
design
documentation
feature
feature
infrastructure
pull-request
ready for development
server
server
spike
technical work
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Stagnum#386
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/EddieTheCubeHead/Stagnum/pull/337
Author: @ekosfin
Created: 6/13/2024
Status: ✅ Merged
Merged: 6/23/2024
Merged by: @EddieTheCubeHead
Base:
master← Head:#336-infra-cost-optimizing📝 Commits (10+)
51a649e#336: WIP revorked terraform to use ec2 instead of ecs158c226#336: WIP Updated instance, Tags and EBSfff85df#336: Added userdata and fixed some terraformfa9460f#336: Added watchtower and made .env vars defined by terraform vars8f1e630#336: Uncommented s3 backend1d10156Merge branch 'master' into #336-infra-cost-optimizinge858905#336: Recreate instance if userdata is updated3c1d211Merge branch '#336-infra-cost-optimizing' of https://github.com/EddieTheCubeHead/Stagnum into #336-infra-cost-optimizing60d052f#336: Updated deployment to work in ec228ece19#336: Updated wget to future location📊 Changes
6 files changed (+402 additions, -326 deletions)
View changed files
📝
.github/workflows/terraform.yml(+2 -5)➕
infra/config/docker-compose.yaml(+128 -0)➕
infra/config/userdata.tftpl(+64 -0)📝
infra/main.tf(+178 -306)📝
infra/output.tf(+7 -7)📝
infra/variables.tf(+23 -8)📄 Description
Summary
Closes #336 This should reduce operational costs.
Notable changes
Updated terraform to use EC2 instance instead of ECS
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.