Skip to content

Commit 72970b2

Browse files
committed
update
1 parent 0850d34 commit 72970b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sh/move-deployment-packge.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22
echo "Moving the deployment package to S3 Bucket"
3-
npx serverless package --s3-bucket ${DEPLOYMENT_BUCKET} --s3-key ${CIRCLE_TAG}
3+
npx serverless package --s3-bucket ${DEPLOYMENT_BUCKET} --s3-key ${CIRCLE_TAG} --stage production
44
aws s3 sync .serverless/ s3://${DEPLOYMENT_BUCKET}/${CIRCLE_TAG}

0 commit comments

Comments
 (0)