Skip to content

Commit

Permalink
Prevent SSM plugin update request during deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
wjrm500 committed Oct 14, 2024
1 parent e5eac26 commit 0b16129
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/aws_copilot_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
yq -i '.image.location = "${{ inputs.image_location }}"' copilot/post-award/manifest.yml
- name: Run database migrations
env:
SSM_PLUGIN_SKIP_UPDATE_CHECK: true
run: scripts/migration-task-script.py ${{ inputs.copilot_environment || 'test' }} ${{ inputs.image_location }}

deploy:
Expand Down

0 comments on commit 0b16129

Please sign in to comment.