Sha256: 8ec3862ef01a800644c328d53e57ef8c7fa1dd41fa633f7925094411545e323b

Contents?: true

Size: 409 Bytes

Versions: 37

Compression:

Stored size: 409 Bytes

Contents

#  Sample stages.rb
# __________________________________________________________
#

stage :production do
  user "dev"
  dir "/home/dev/project"
  parallel_runs 1
  host "10.1.1.1", dir: "/home/dev/project1", id: "project1", user: "dev1" ## default roles: ["first"]
  host "10.1.1.2", dir: "/home/dev/project2", id: "project2"
  host "10.1.1.3", roles: ["db"]
  host "10.1.1.4"  ## default roles: ["last"]
end

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
dply-0.3.15 docs/stages.rb
dply-0.3.14 docs/stages.rb
dply-0.3.13 docs/stages.rb
dply-0.3.12 docs/stages.rb
dply-0.3.11 docs/stages.rb
dply-0.3.10 docs/stages.rb
dply-0.3.9 docs/stages.rb
dply-0.3.8 docs/stages.rb
dply-0.3.7 docs/stages.rb
dply-0.3.6 docs/stages.rb
dply-0.3.5 docs/stages.rb
dply-0.3.4 docs/stages.rb
dply-0.3.3 docs/stages.rb
dply-0.3.2 docs/stages.rb
dply-0.3.1 docs/stages.rb
dply-0.3.0 docs/stages.rb
dply-0.2.19 docs/stages.rb
dply-0.2.18 docs/stages.rb
dply-0.2.17 docs/stages.rb
dply-0.2.16 docs/stages.rb