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 Dec 2, 2024
1 parent 80e333e commit c613be0
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 @@ -159,7 +159,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 @@ -218,7 +218,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 c613be0

Please sign in to comment.