Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Generate static content for demo index at deploy time #4119

Merged
merged 1 commit into from
Apr 12, 2022

Conversation

joeyparrish
Copy link
Member

Rather than runtime-querying of appengine versions within the
appengine environment, we can instead generate the index at deployment
time (from git tags) and just serve static content. This simplifies
the system and avoids dependence on Google Cloud.

This was less feasible before we adopted GitHub Actions, but is now
relatively simple. The index will be regenerated when the index code
is updated or when a new release is created.

Closes #4074

Rather than runtime-querying of appengine versions within the
appengine environment, we can instead generate the index at deployment
time (from git tags) and just serve static content.  This simplifies
the system and avoids dependence on Google Cloud.

This was less feasible before we adopted GitHub Actions, but is now
relatively simple.  The index will be regenerated when the index code
is updated or when a new release is created.

Closes shaka-project#4074
@joeyparrish joeyparrish added the type: CI An issue with our continuous integration tests label Apr 12, 2022
@joeyparrish joeyparrish requested a review from theodab April 12, 2022 04:42
@joeyparrish joeyparrish merged commit 2eca4b2 into shaka-project:main Apr 12, 2022
@joeyparrish joeyparrish deleted the static-index branch April 12, 2022 17:10
@github-actions github-actions bot added the status: archived Archived and locked; will not be updated label Jul 25, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: archived Archived and locked; will not be updated type: CI An issue with our continuous integration tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

index-dot-shaka-player-demo.appspot.com broken
2 participants