Skip to content

Commit

Permalink
#30-milestone3: update deploy job to trigger only after build stage i…
Browse files Browse the repository at this point in the history
…s passed
  • Loading branch information
vinayakasg18 committed Apr 19, 2022
1 parent f554887 commit c36323c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deployment_scripts/concourse_cd/api_gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: "deploy-application"
plan:
- get: git-ds
trigger: true
passed: ["build-publish"]
- task: create-deploy-scripts
config:
platform: linux
Expand Down
2 changes: 1 addition & 1 deletion deployment_scripts/concourse_cd/user_management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: "deploy-application"
plan:
- get: git-ds
trigger: true
passed: ["build-publish"]
- task: create-deploy-scripts
config:
platform: linux
Expand Down
2 changes: 1 addition & 1 deletion deployment_scripts/concourse_cd/weather_ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: "deploy-application"
plan:
- get: git-ds
trigger: true
passed: ["build-publish"]
- task: create-deploy-scripts
config:
platform: linux
Expand Down

0 comments on commit c36323c

Please sign in to comment.