I need to build different builds for different branches in the codeship. For example, if the master branch then do npm run build-master, if develop then npm run build-dev. Is it possible to do this in codeship?
I need to build different builds for different branches in the codeship. For example, if the master branch then do npm run build-master, if develop then npm run build-dev. Is it possible to do this in codeship?
Source: https://ru.stackoverflow.com/questions/548405/
All Articles