polyforest / acornui-gradle

A bundle of Gradle plugins that helps build Acorn UI projects with ease.
Apache License 2.0
0 stars 0 forks source link

As an Acorn UI CI developer, I'd like a deploy task that only runs when CI is triggered. #42

Open fuzzyweapon opened 5 years ago

fuzzyweapon commented 5 years ago

In all likelihood, this is something that Acorn UI build (Gradle plugin or homegrown build task) should not own. However, it will serve as a pattern by example that they can use. This is because we don't know where they will want to deploy and the mechanisms needed to deploy.

Make sure there's a deploy task that will only run when a CI build is triggered, but does nothing and is disable it by default. Most consumers will want to modify, delete, or disable this task.

fuzzyweapon commented 5 years ago

this might already be taken care of by server side git hooks?