Remove old staging deployment, automatically deploy tracker.security.nixos.org#479
Merged
Erethon merged 3 commits intoNixOS:mainfrom Feb 3, 2025
Merged
Remove old staging deployment, automatically deploy tracker.security.nixos.org#479Erethon merged 3 commits intoNixOS:mainfrom
Erethon merged 3 commits intoNixOS:mainfrom
Conversation
Collaborator
|
Dismantling the staging configuration is alright. We just need to keep track of what needs to get reconstructed. That gets kinda annoying when the original code is removed. I recommend opening issues for each feature and linking to the old commits so it's easy to find the previous state. |
038aa76 to
bebe046
Compare
Collaborator
Author
|
Marked this as ready to review, but I think we can merge as is and see if the CI fails after this (it shouldn't). |
fricklerhandwerk
approved these changes
Jan 31, 2025
Move container.nix into infra so local container development is still possible
3edbce7 to
824906d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Opening as a draft PR for now as I want to verify that GH actions work as expected first.
This completely removes the old staging setup, @RaitoBezarius I believe you can now destroy that installation if you want to reclaim your resources. CC'ing @fricklerhandwerk to verify this is true.
This also updates GH actions to automatically update the new infra on code changes in the repo. For now it removes the database dumps because they depended on various infra components that were part of Raito's setup, but if we think they're important we can re-introduce them in a different manner.
It also breaks the development using a container, but we can re-introduce this easily if it was used.