-
Notifications
You must be signed in to change notification settings - Fork 39
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
Adding a flag to disable hosted deploys #270
Conversation
PR Description updated to latest commit (7014bff)
|
PR Review 🔍
Code feedback:
|
Changelog updates: 🔄 2024-05-10Added
Changed
|
PR Analysis 🔬
💡 Usage guide:Using static code analysis capabilities, the The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR:
Language that are currently supported: Python, Java, C++, JavaScript, TypeScript, C#. |
User description
Setting up an env var, which when set to google, will set up hosted deployment to google
PR Type
enhancement
Description
HOSTED_DEPLOYMENT
to control the creation of cloud deployments.agent.py
to check theHOSTED_DEPLOYMENT
environment variable, allowing deployments to be conditionally disabled.Changes walkthrough 📝
agent.py
Enhance cloud deployment condition with environment variable check
codex/deploy/agent.py
HOSTED_DEPLOYMENT
environment variablebefore creating cloud deployments.
.env.example
Add new environment variable to example configuration
.env.example
HOSTED_DEPLOYMENT
environment variable to the example file.