adding branches to environments using Slack

2019-11-20 02:07:17 UTC

basic usage

the add command only requires two arguments, which would be the branch and the environment. in this case the to_hash branch is being added to the alpha environment

add branch to environment on slack

why hasn't the environment branch been built yet?

gitenvs does not automatically build an environment after you have added a branch. you must either explicitly trigger the build command or wait for the cron to run. currently the cron only runs if the timestamp of the branch is newer than the environment branch.