-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add download_artifacts playbook and role #30
Conversation
velomatt
commented
May 31, 2023
- Allows automatic download of latest artifacts from public s3
- by default master branch artifacts are downloaded
- s3 url can be overridden
- branch name can be overridden
- Allows automatic download of latest artifacts from public s3 - by default master branch artifacts are downloaded - s3 url can be overridden - branch name can be overridden
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good! Do we want to also add the role into the deployment playbook?
I think this is a good idea. But if I do that, I think it would make sense to be able to optionally not download (eg - if I want to deploy custom artifacts I already have in my |
- during `deploy` plays, we will attempt to download artifacts - this can be overridden by passing var `download_artifacts=false`