Sha256: 78205d2eb9c71b4e6186dd432a4a9bf8d2b68a78475aa2f08a15d66ffb5ac7d8

Contents?: true

Size: 970 Bytes

Versions: 13

Compression:

Stored size: 970 Bytes

Contents

- target: localhost
  command:
    - "rm -f /var/tmp/hello_rundock_from_deploy_src_file_scenario"
    - "rm -fr /var/tmp/hello_rundock_from_deploy_src_dir_scenario"
    - "echo 'Hello Rundock from deploy Scenario.' > /var/tmp/hello_rundock_from_deploy_src_file_scenario"
    - "mkdir /var/tmp/hello_rundock_from_deploy_src_dir_scenario"
- target: anyhost-01
  command:
    - "rm -f /var/tmp/hello_rundock_from_deploy_dst_file_scenario"
    - "rm -fr /var/tmp/hello_rundock_from_deploy_dst_dir_scenario"
  task:
    - deploy_task
---
anyhost-01:
  host: <replaced_by_platforms_host>
  ssh_opts:
    port: <replaced_by_platforms_port>
    user: tester
    key: "<replaced_by_platforms_key>"
---
deploy_task:
  deploy:
    - src: /var/tmp/hello_rundock_from_deploy_src_file_scenario
      dst: /var/tmp/hello_rundock_from_deploy_dst_file_scenario
    - src: /var/tmp/hello_rundock_from_deploy_src_dir_scenario
      dst: /var/tmp/hello_rundock_from_deploy_dst_dir_scenario

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
rundock-1.2.1 spec/integration/scenarios/deploy_scenario.yml
rundock-1.2.0 spec/integration/scenarios/deploy_scenario.yml
rundock-1.1.7 spec/integration/scenarios/deploy_scenario.yml
rundock-1.1.6 spec/integration/scenarios/deploy_scenario.yml
rundock-1.1.5 spec/integration/scenarios/deploy_scenario.yml
rundock-1.1.4 spec/integration/scenarios/deploy_scenario.yml
rundock-1.1.3 spec/integration/scenarios/deploy_scenario.yml
rundock-1.1.2 spec/integration/scenarios/deploy_scenario.yml
rundock-1.1.1 spec/integration/scenarios/deploy_scenario.yml
rundock-1.1.0 spec/integration/scenarios/deploy_scenario.yml
rundock-1.0.8 spec/integration/scenarios/deploy_scenario.yml
rundock-1.0.7 spec/integration/scenarios/deploy_scenario.yml
rundock-1.0.6 spec/integration/scenarios/deploy_scenario.yml