Skip to content

Commit

Permalink
Update buildspec.yml
Browse files Browse the repository at this point in the history
debug 4
  • Loading branch information
ChrisPates committed Jun 1, 2022
1 parent fcfbb14 commit 382ca2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ phases:
- ls ${TEMPLATE}

# Package our application with AWS SAM
- sam package --output-template-file ${PACKAGED_TEMPLATE} --s3-bucket ${ARTIFACT_S3_BUCKET} --debug
- sam package --output-template-file ${PACKAGED_TEMPLATE} --s3-bucket ${ARTIFACT_S3_BUCKET} --s3-prefix SSOSync-Staging --debug


post_build:
Expand Down

0 comments on commit 382ca2a

Please sign in to comment.