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

Actions: Consider splitting "playground" out of production "environment" #485

Open
spbnick opened this issue Dec 13, 2023 · 0 comments
Open

Comments

@spbnick
Copy link
Collaborator

spbnick commented Dec 13, 2023

At the moment GitHub Actions only have a notion of "production" environment, which includes both "production" and "playground". The "staging" environment is separate.

However, we only use "staging" for pull request and manual testing, and there's no real data there. OTOH, "playground" has quite a bit of data sent by various people, and it would be good to have the deployment confirmation cut off after it, and not after just "staging", so that we can catch more potential issues before deploying to actual production.

Consider separating "playground" into its own "environment" in terms of GitHub Actions.

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

No branches or pull requests

1 participant