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 0850d34 commit 72970b2Copy full SHA for 72970b2
sh/move-deployment-packge.sh
@@ -1,4 +1,4 @@
1
#!/bin/bash
2
echo "Moving the deployment package to S3 Bucket"
3
-npx serverless package --s3-bucket ${DEPLOYMENT_BUCKET} --s3-key ${CIRCLE_TAG}
+npx serverless package --s3-bucket ${DEPLOYMENT_BUCKET} --s3-key ${CIRCLE_TAG} --stage production
4
aws s3 sync .serverless/ s3://${DEPLOYMENT_BUCKET}/${CIRCLE_TAG}
0 commit comments