Skip to content

Commit

Permalink
Update README and CHANGES for #11
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandervpetrov committed Nov 9, 2019
1 parent 3ecb702 commit 8ea252f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@

## Next

* New: #11 Support AWS credentials profiles


## 0.6.5 / 2019-11-05

* Fix: Allow empty sudo password be entered by default
* Fix: Allow empty sudo password to be entered by default


## 0.6.4 / 2019-09-23
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,11 @@ After you tagged repository with a version, you can make a release:

During this process release archive is made and uploaded to Amazon S3 bucket.
Credentials for S3 access expected to be
[already configured](https://boto3.readthedocs.io/en/latest/guide/quickstart.html#configuration)
[already configured](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/quickstart.html#configuration)
in the environment.
Please, consider to use
[shared credentials file](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/configuration.html#shared-credentials-file)
and specify AWS profile in `codons.yaml`.

Any uploaded to S3 release can be deployed to remote host accessible via SSH:

Expand Down

0 comments on commit 8ea252f

Please sign in to comment.