Sha256: 7bb17f1936b1bb0947a1cf273c6a44e5b965dc8dcfee15ec50920aada0f7388f

Contents?: true

Size: 307 Bytes

Versions: 5

Compression:

Stored size: 307 Bytes

Contents

# You can filter roles by ROLES env variable.
#   $ ROLES=role1,role2 bundle exec cap itamae apply
#
# With following example, you can apply recipes to production role by:
#   $ ROLES=production bundle exec cap itamae apply
#
# TODO: Configure hosts to apply recipes.
role :production, %w[example-host.com]

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
itamae-template-0.1.4 template/config/deploy.rb
itamae-template-0.1.3 template/config/deploy.rb
itamae-template-0.1.2 template/config/deploy.rb
itamae-template-0.1.1 template/config/deploy.rb
itamae-template-0.1.0 template/config/deploy.rb