Skip to content

ci: auto-sync install scripts to their dedicated S3 bucket - #1214

Merged
backnotprop merged 1 commit into
mainfrom
ci/deploy-install-scripts
Aug 5, 2026
Merged

ci: auto-sync install scripts to their dedicated S3 bucket#1214
backnotprop merged 1 commit into
mainfrom
ci/deploy-install-scripts

Conversation

@backnotprop

Copy link
Copy Markdown
Owner

TLDR: plannotator.ai serves the install scripts from the dedicated plannotator-install-scripts bucket, but no workflow ever wrote to it, so the live scripts went stale between manual syncs. v0.26.0 shipped while the site still served the July 31 installer (no --skip-skills, no checkout guard, and Windows users still hit the PowerShell < 7.2 bug the release notes said was fixed). The bucket was hand-synced today as the immediate fix; this PR makes the sync automatic.

New deploy-install-scripts job in deploy.yml: triggers on changes to scripts/install.{sh,ps1,cmd} (and a new install-scripts workflow_dispatch target), uploads the three scripts with content types, and invalidates exactly those CloudFront paths. Same OIDC role and environment as the marketing deploy. Verified end to end today: after the manual bucket sync, a sandboxed curl -fsSL https://plannotator.ai/install.sh | bash installed v0.26.0 cleanly.

AI-assisted.

plannotator.ai serves /install.sh, /install.ps1, and /install.cmd from the
plannotator-install-scripts bucket, not the marketing bucket the deploy
workflow syncs. Nothing in CI wrote to that bucket, so the served scripts
went stale between hand syncs: v0.26.0 shipped while the site still served
the July 31 installer, missing --skip-skills, the checkout guard, and the
PowerShell < 7.2 fix. This adds a deploy-install-scripts job triggered by
changes to the three scripts (plus a workflow_dispatch target), uploading
them with content types and invalidating exactly those paths.
@backnotprop
backnotprop merged commit 8396eeb into main Aug 5, 2026
15 checks passed
@backnotprop
backnotprop deleted the ci/deploy-install-scripts branch August 5, 2026 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant