Sha256: 79f1a4a8d33e0753296fc2a63d650176ca1b370a03944d6f5a4bf0c1395a387d

Contents?: true

Size: 587 Bytes

Versions: 3

Compression:

Stored size: 587 Bytes

Contents

image_name: docker/image
docker_username: dockeruser
docker_host: tcp://test.host:4243
application_name: app
hooks:
  before_deploy:
    - local:
      - echo "Started deploying"
    - remote:
      - echo "Access to server"
  after_deploy:
    - local:
      - echo "Finished deploying"
    - remote:
      - echo "Access to server again"
test:
  branch: master
  servers:
    - host: server.host
      username: server_user
      password: server_pass
      port: 2000
      role: server_role
      container:
        host: container.host
        ssh_port: 1022
        http_port: 8080

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dockerploy-0.0.5 spec/fixtures/config_with_hooks.yml
dockerploy-0.0.4 spec/fixtures/config_with_hooks.yml
dockerploy-0.0.3 spec/fixtures/config_with_hooks.yml