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 dbd1676 commit 9b6f50cCopy full SHA for 9b6f50c
scripts/circle_deploy.sh
@@ -38,7 +38,7 @@ fi
38
# s3 sync
39
#
40
SOURCE_DIRECTORY=./dist
41
-S3_BUCKET=ta-cyclone-assets
+S3_BUCKET=ta-stardust-assets
42
43
echo "...syncing with s3"
44
aws s3 sync ${SOURCE_DIRECTORY} s3://${S3_BUCKET}/${NPM_PACKAGE_VERSION}/ --delete --acl public-read
0 commit comments