We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3106266 commit d68fcb5Copy full SHA for d68fcb5
buildspec.yml
@@ -18,4 +18,4 @@ artifacts:
18
post_build:
19
commands:
20
- echo Uploading build folder to S3...
21
- - aws s3 cp ./build/ s3://deploymentbuid/npm/build/ --recursive # Upload to S3
+ - aws s3 cp ./build/ s3://deploymentbuild/npm/build/ --recursive # Upload to S3
0 commit comments