Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
arianvp committed Jun 8, 2024
1 parent 2d591e8 commit 7891200
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push-based-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
run: |
command_id=$(aws ssm send-command \
--document-name ${{ vars.SSM_DOCUMENT_NAME }} \
--comment "${{github.run_id}}" \
--targets 'Key=tag:Name,Values=web-push' \
--parameters "installable=${{ steps.build.outputs.out_path }},substituters=${{ vars.CACHE_BUCKET }},trustedPublicKeys=${{ vars.CACHE_PUBLIC_KEY }}" \
--output-s3-bucket-name "${{ vars.SSM_LOGS_BUCKET }}" \
Expand Down

0 comments on commit 7891200

Please sign in to comment.