diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-04-19 15:41:58 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@vyos.io> | 2026-04-19 15:41:58 +0300 |
| commit | 48d7cfe75ba49c46702271484266babc09d3b883 (patch) | |
| tree | a082d8d1193a32c9ae7f0a3baa2d1b805a64bd6d /amplify.yml | |
| parent | d53ccfabeea742d090f629aac37236b4b212c227 (diff) | |
| download | community.vyos.net-feature/sitemap-generation.tar.gz community.vyos.net-feature/sitemap-generation.zip | |
ci: run sitemap generation on production branch buildsfeature/sitemap-generation
Diffstat (limited to 'amplify.yml')
| -rw-r--r-- | amplify.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/amplify.yml b/amplify.yml index 882ded4..1940461 100644 --- a/amplify.yml +++ b/amplify.yml @@ -18,6 +18,7 @@ applications: - source .venv/bin/activate - 'if [ "$AWS_BRANCH" = "production" ]; then export SOUPAULT_OPTS="--profile live"; else export SOUPAULT_OPTS="--profile staging"; fi' - make all + - 'if [ "$AWS_BRANCH" = "production" ]; then python3 scripts/generate-sitemap.py; fi' artifacts: baseDirectory: /build files: |
