Skip to content

Commit 894a4c3

Browse files
feat(Serverless): remove --aws-s3-accelerate in serverless deploy (it is not allow in all aws regions) (#18)
1 parent cdfe85a commit 894a4c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,5 @@ runs:
8787
aws_access_key_id=${{inputs.AWS_ACCESS_KEY_ID_CHINA}}
8888
aws_secret_access_key=${{inputs.AWS_SECRET_ACCESS_KEY_CHINA}}
8989
EOF
90-
yarn sls deploy -s ${{inputs.environment}} --aws-s3-accelerate --param="region=${{inputs.region}}"
90+
yarn sls deploy -s ${{inputs.environment}} --param="region=${{inputs.region}}"
9191
rm ~/.aws/credentials

0 commit comments

Comments
 (0)