-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Allow configuration in yml file #23
Comments
Yes, we should fix that. I suspect this is a case of me adding config file support "after the fact". |
Thinking about this. bucket: example.com
key: xcsds
region: us-east-2
secret: xdsfdsf
source: public I don't think key/secret should be in this file, as it this file should be committed to GitHub, secrets should .... stay secret. |
Sure for GitHub. But those that use private BitBucket repositories, like me, can safely commit the key and secret in the config file. Perhaps we can add a warning about this in the README file? |
Yes, OK, that would be good. I guess there are plenty of ways a user can shoot him/herself in the foot. |
.s3deploy.tml
configuration file.I like the tool and the advanced route configuration that we can do in the
.s3deploy.yml
file. But I think the tool would be easier to use from the command line when we can just types3deploy
, and have all other settings loaded from the config file. That makes version control of the settings possible too.Should this feature already be possible, I ask in this issue to give a quick example in the README file for reference.
My approach at least didn't work:
Thanks for the time and effort put in making this tool. 🙂
The text was updated successfully, but these errors were encountered: