Skip to content

Commit

Permalink
remove auto deploy from environment and project deployment rule
Browse files Browse the repository at this point in the history
  • Loading branch information
pggb25 committed Oct 3, 2023
1 parent 92f6234 commit 56fd961
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions src/schemas/DeploymentRuleRequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ properties:
cluster:
type: string
format: uuid
auto_deploy:
type: boolean
default: true
auto_stop:
type: boolean
default: false
Expand Down
3 changes: 0 additions & 3 deletions src/schemas/EnvironmentDeploymentRuleEditRequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ required:
- stop_time
- weekdays
properties:
auto_deploy:
type: boolean
default: true
on_demand_preview:
type: boolean
default: false
Expand Down
3 changes: 0 additions & 3 deletions src/schemas/EnvironmentDeploymentRuleResponse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ allOf:
- stop_time
- weekdays
properties:
auto_deploy:
type: boolean
default: true
on_demand_preview:
type: boolean
default: false
Expand Down
3 changes: 0 additions & 3 deletions src/schemas/ProjectDeploymentRuleRequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ properties:
cluster_id:
type: string
format: uuid
auto_deploy:
type: boolean
default: false
auto_stop:
type: boolean
default: false
Expand Down

0 comments on commit 56fd961

Please sign in to comment.