-
Notifications
You must be signed in to change notification settings - Fork 23
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
Actions to support an alternative deployment strategy #46
base: master
Are you sure you want to change the base?
Conversation
Hi @mhaamann, I'm having a hard time reading the readme there most be some problem with git commits. |
…erview of the actions
Hi @ayeressian I have added a table of contents in the beginning of the document. |
I think having separate actions for different operations is a good idea. |
I will add a tasks to the PR description for allowing to remove storage zone by given name.
Sadly no, there is no smart logic concerning SemVer. I guess the example I provided was bad. Changing it to the following might clarify a bit. What do you think?:
|
Hi @ayeressian
I have made some more actions. I fully understand if you think this is outside scope of you project. I'm hoping that you believe it does ;)
The code is still rough and I'm looking for your input. I thought it was better to share early to get feedback from you.
All the code is tested and working
Quick summary of the change
The new actions are made to address the alternative deployment strategy as discussed in the issue: #25
Added 4 new actions
README
Updated the README to reflect the new actions. Switched to a table structure for inputs and outputs.
TODO