Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions scheduled_task/deployment/workflows/blue_green.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,9 @@ steps:
file: "$OUTPUT_DIR/secret-$SCOPE_ID-$DEPLOYMENT_ID.yaml"
- name: update blue deployment
type: script
file: "$OVERRIDES_PATH/deployment/build_blue_deployment"
action: replace
output:
- name: DEPLOYMENT_PATH
type: file
file: "$OUTPUT_DIR/deployment-$SCOPE_ID-$BLUE_DEPLOYMENT_ID.yaml"
- name: SECRET_PATH
type: file
file: "$OUTPUT_DIR/secret-$SCOPE_ID-$BLUE_DEPLOYMENT_ID.yaml"
post:
name: wait deployment active
action: skip
- name: apply
type: script
file: "$SERVICE_PATH/apply_templates"
Expand Down
8 changes: 0 additions & 8 deletions scheduled_task/deployment/workflows/finalize.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
steps:
- name: build green deployment
type: script
action: replace
file: "$OVERRIDES_PATH/deployment/build_deployment"
output:
- name: DEPLOYMENT_PATH
type: file
file: "$OUTPUT_DIR/deployment-$SCOPE_ID-$DEPLOYMENT_ID.yaml"
- name: create green deployment
post:
name: wait deployment active
action: skip
Expand Down
15 changes: 0 additions & 15 deletions scheduled_task/deployment/workflows/rollback.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,4 @@
steps:
- name: update blue deployment
type: script
action: replace
file: "$OVERRIDES_PATH/deployment/build_blue_deployment"
output:
- name: DEPLOYMENT_PATH
type: file
file: "$OUTPUT_DIR/deployment-$SCOPE_ID-$DEPLOYMENT_ID.yaml"
- name: SECRET_PATH
type: file
file: "$OUTPUT_DIR/secret-$SCOPE_ID-$DEPLOYMENT_ID.yaml"
- name: create blue deployment
post:
name: wait deployment active
action: skip
- name: build deployment
type: script
action: replace
Expand Down