vue-cli-plugin-s3-deploy
vue-cli-plugin-s3-deploy copied to clipboard
Deploy will not choose the awsProfile as config
If I have config the mutiple aws credentials that from different accounts, when I execute the command yarn deploy, it will still use the default credential, and upload the default account not the configured aws account
Had the same problem. I did find a workaround though.
(Did set it as a environmental var in package.json)
"deploy": "AWS_PROFILE=profilename vue-cli-service s3-deploy"
This is still an issue. Thanks @Agowan for the work around!
Thanks for this. It is still an issue, but the workaround works.