amazon s3 - Where to put S3 secret when deploying using Appveyor? -
i've got appveyor project setup , working awesomely. now, want upload artifacts s3 easy hosting. seems easy outlined in the documentation. question is, put secret write permission? don't want push public repo obvious reasons. on travis put in environment variable never logged. how go in appveyor?
i assume need store in yaml. can use secure variables. or can simple put secrets in clear text s3 deployment configuration in ui, save , press export yaml
, have yaml section secrets encrypted.
Comments
Post a Comment