MASTER = 'master'.freeze DEVELOP = 'develop'.freeze TESTING = 'testing'.freeze ENVIRONMENTS = [MASTER, DEVELOP, TESTING].freeze