Remove all SpillQuest coupling from AROS deploy#11
Draft
Nirpat3 wants to merge 1 commit into
Draft
Conversation
SpillQuest (spillquest.com) is now a standalone product deployed from its own repo (Nirpat3/find-myself) onto its own dedicated VPS. Strip every trace of it from the AROS deploy so the two share no infrastructure. - Delete deploy/docker-compose.spillquest.yml, deploy/hostinger/nginx-spillquest.conf, deploy/hostinger/.env.spillquest.example. - deploy-full.sh: drop deploy_spillquest(), the --spillquest-only mode, the .env.spillquest preflight check, and the spillquest entry in sync_nginx(). - setup-vps-full.sh: remove SpillQuest compose/env/nginx-copy and cert steps. - cloudflare-config-post-cutover.yml: drop spillquest.com from route notes. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Companion to Nirpat3/find-myself#4. SpillQuest (spillquest.com) becomes a standalone product on its own dedicated VPS; this removes every trace of it from the AROS deploy so the two share zero infrastructure.
Removed
deploy/docker-compose.spillquest.yml(built from../../find-myself/**and mounted aconfig/nginx-vps.confthat never existed)deploy/hostinger/nginx-spillquest.confdeploy/hostinger/.env.spillquest.exampleEdited
deploy-full.sh— dropdeploy_spillquest(),--spillquest-only, the.env.spillquestpreflight check, and thespillquestentry insync_nginx().setup-vps-full.sh— remove the SpillQuest compose/env/nginx-copy and cert provisioning steps.cloudflare-config-post-cutover.yml— drop spillquest.com from the route-distribution notes.Validated
bash -non both edited scripts ✅spillquest/spill-references except the intentional "separate product, not managed here" notes ✅Sequencing
Merge after the find-myself PR ships and spillquest.com is confirmed live on its new box (so the old box keeps serving as fallback until cutover completes — see that PR's
RUNBOOK.md, Step 6).🤖 Generated with Claude Code