summaryrefslogtreecommitdiff
path: root/amplify.yml
AgeCommit message (Collapse)Author
2026-04-22Use soupault 5.3.0 for buildsDaniil Baturin
That eliminates the need for an external Markdown processor and allows native support for prefixing links with a base URL in the machine-readable index for easier sitemap generation
2026-04-19build: quote SSM command substitution in amplify.ymlYuriy Andamasov
Prevents word-splitting if token value ever contains whitespace. 🤖 Generated by robots (https://vyos.io)
2026-04-19build: address review feedback on amplify.ymlYuriy Andamasov
- Gate GH_ACCESS_TOKEN SSM fetch on production branch only; staging builds no longer depend on that secret. - Add sudo to soupault mv command for non-root build images. 🤖 Generated by robots (https://vyos.io)
2026-04-19ci: fix apt-get update and shell ternary robustnessYuriy Andamasov
🤖 Generated by robots (https://vyos.io)
2026-04-19build: add amplify.yml to gate soupault profiles by branchYuriy Andamasov
main → --profile staging, production → --profile live. Overrides console build spec; fixes live widgets appearing on staging. 🤖 Generated by robots (https://vyos.io)