# frozen_string_literal: true MAIN = 'main' MASTER = 'master' DEVELOP = 'develop' ENVIRONMENTS = [MAIN, DEVELOP].freeze