-
Notifications
You must be signed in to change notification settings - Fork 102
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
Implement automatic publishing / deployment #106
Comments
Via Travis CI to:
Use PDK Template mechanism for this if possible ... |
Right now: Do we want this, do we need this? |
I have a very mixed view on that: on one side - its nice if you can issue a release by tag/button. However this gets really important in Continuous Delivery/Deployment scenarios only. If you release not daily or even weekly and if it's only the single person/small team - you can handle it with simple script/make/rake targets. There is also a security view - do you really want to upload the release keys to some systems you do not control (e.g. CI)? But this can be seen differently, you can also see it from perspective - is my development system more secure than a professionally operated CI? :-) |
with Travis CI (howto)
The text was updated successfully, but these errors were encountered: