Skip to content

Commit 9b6f50c

Browse files
committed
use stardust s3 bucket
1 parent dbd1676 commit 9b6f50c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/circle_deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ fi
3838
# s3 sync
3939
#
4040
SOURCE_DIRECTORY=./dist
41-
S3_BUCKET=ta-cyclone-assets
41+
S3_BUCKET=ta-stardust-assets
4242

4343
echo "...syncing with s3"
4444
aws s3 sync ${SOURCE_DIRECTORY} s3://${S3_BUCKET}/${NPM_PACKAGE_VERSION}/ --delete --acl public-read

0 commit comments

Comments
 (0)