diff --git a/.github/actions/upload-to-s3/action.yml b/.github/actions/upload-to-s3/action.yml index 990a633..5c7102b 100644 --- a/.github/actions/upload-to-s3/action.yml +++ b/.github/actions/upload-to-s3/action.yml @@ -44,4 +44,4 @@ runs: - name: Deploy to S3-compatible storage shell: bash run: | - s3cmd sync ${{ inputs.source_path }} s3://${{ inputs.bucket_name }}/${{ inputs.destination_path }} --delete + s3cmd sync ${{ inputs.source_path }} s3://${{ inputs.bucket_name }}/${{ inputs.destination_path }} --delete-removed