1👍
✅
The most common way to do this is via travis-ci deployments, but the catch is that your provider has to be supported.
after_success
is another option if your provider isn’t supported by travis-ci. The disadvantage to this is that after_success
will run on every build of your build matrix, so you have to worry about triggering multiple deployments with one build.
Source:stackexchange.com