Sha256: 6b4fb669a8b0bef400997c5929b5367ad077f95c5dcd65a9284493e8e15d83a9
Contents?: true
Size: 356 Bytes
Versions: 10
Compression:
Stored size: 356 Bytes
Contents
# frozen_string_literal: true namespace :figaro_yml do include Capistrano::Ops::FigaroYml::Paths include Capistrano::Ops::FigaroYml::Helpers desc 'figaro `application.yml` file checks' task :check do invoke 'figaro_yml:check_figaro_file_exists' invoke 'figaro_yml:check_git_tracking' invoke 'figaro_yml:check_config_present' end end
Version data entries
10 entries across 10 versions & 1 rubygems