Skip to content

Commit fd287e0

Browse files
sean-robertsSean Roberts
andauthored
feat: updates to support new site flag (#584)
update openai to have a modern node version and add prevent_non_git_prod_deploys per customer ask and downstream terraform support updating node will allow it to work in agent runners going forward --------- Co-authored-by: Sean Roberts <[email protected]>
1 parent 066a420 commit fd287e0

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14
1+
22.21.1

go/models/site.go

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

swagger.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3381,6 +3381,9 @@ definitions:
33813381
type: string
33823382
functions_region:
33833383
type: string
3384+
prevent_non_git_prod_deploys:
3385+
type: boolean
3386+
default: false
33843387
siteSetup:
33853388
allOf:
33863389
- $ref: '#/definitions/site'

0 commit comments

Comments
 (0)