Skip to content

Commit

Permalink
Merge pull request #10 from covid-be-app/development
Browse files Browse the repository at this point in the history
Release candidate v1.0.1 to staging: Refactor as task and change workflow accordingly
  • Loading branch information
rik2803 authored Sep 9, 2020
2 parents e15e5b9 + e6ac804 commit c174cff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,4 @@ jobs:
aws events list-targets-by-rule --rule "${{ steps.get-scheduled-task-name.outputs.scheduledtaskname }}" > targetdef.orig.json
jq '.Targets[0].EcsParameters.TaskDefinitionArn = "${{ steps.deploy-task-definition.outputs.task-definition-arn }}"' targetdef.orig.json > targetdef.json
aws events put-targets --cli-input-json file://targetdef.json --rule "${{ steps.get-scheduled-task-name.outputs.scheduledtaskname }}"

0 comments on commit c174cff

Please sign in to comment.