Skip to content

Commit

Permalink
Update cloudposse/github-action-deploy-ecspresso action to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 11, 2024
1 parent 5bfa7a4 commit 1de1ac5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-ecspresso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
ECS_SERVICE_EXECUTION_ROLE: ${{ steps.environment.outputs.role }}-exec

- name: Deploy
uses: cloudposse/github-action-deploy-ecspresso@0.5.0
uses: cloudposse/github-action-deploy-ecspresso@0.6.0
continue-on-error: true
if: ${{ steps.db_migrate.outcome != 'failure' }}
id: deploy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-preview-ecspresso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jobs:
ECS_SERVICE_EXECUTION_ROLE: ${{ steps.environment.outputs.role }}-exec

- name: Deploy
uses: cloudposse/github-action-deploy-ecspresso@0.5.0
uses: cloudposse/github-action-deploy-ecspresso@0.6.0
continue-on-error: true
if: ${{ steps.db_migrate.outcome != 'failure' }}
id: deploy
Expand Down

0 comments on commit 1de1ac5

Please sign in to comment.