Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy will not choose the awsProfile as config #58

Open
muei opened this issue Feb 19, 2019 · 3 comments
Open

Deploy will not choose the awsProfile as config #58

muei opened this issue Feb 19, 2019 · 3 comments
Labels
bug Something isn't working
Milestone

Comments

@muei
Copy link

muei commented Feb 19, 2019

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

@Agowan
Copy link

Agowan commented Feb 22, 2019

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"

@BinaryShrub
Copy link

This is still an issue. Thanks @Agowan for the work around!

@jangeador
Copy link

Thanks for this. It is still an issue, but the workaround works.

@nicekiwi nicekiwi added the bug Something isn't working label Jan 15, 2020
@nicekiwi nicekiwi added this to the 4.0.0-rc5 milestone Sep 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants