Sha256: 23bfcdb58f2038c1cb71d08d4255e6b5fb1e391af35a730870150caaf2cdbd02

Contents?: true

Size: 1.79 KB

Versions: 6

Compression:

Stored size: 1.79 KB

Contents

shipit:
  repo_owner: "shopify"
  repo_name: "shipit-engine"
  environment: "production"
  branch: master
  ignore_ci: true
  tasks_count: 3
  undeployed_commits_count: 1
  cached_deploy_spec: >
    {
      "machine": {"environment": {}},
      "review": {
        "checklist": ["foo", "bar", "baz"],
        "monitoring": [
          {"image": "https://example.com/monitor.png", "width": 200, "height": 300}
        ]
      },
      "dependencies": {"override": []},
      "deploy": {"override": null, "variables": [{"name": "SAFETY_DISABLED", "title": "Set to 1 to do dangerous things", "default": 0}]},
      "rollback": {"override": ["echo 'Rollback!'"]},
      "fetch": ["echo '42'"],
      "tasks": {
        "restart": {
          "action": "Restart application",
          "description": "Restart app and job servers",
          "steps": [
            "cap $ENVIRONMENT deploy:restart"
          ]
        }
      }
    }
  updated_at: <%= 8.days.ago.to_s(:db) %>

cyclimse:
  repo_owner: george
  repo_name: cyclimse
  environment: production
  branch: master
  ignore_ci: false
  tasks_count: 0
  undeployed_commits_count: 1
  cached_deploy_spec: >
    {
      "machine": {"environment": {}},
      "review": {
        "checklist": ["foo", "bar", "baz"],
        "monitoring": [
          {"image": "https://example.com/monitor.png", "width": 200, "height": 300}
        ]
      },
      "dependencies": {"override": []},
      "deploy": {"override": null},
      "rollback": {"override": ["echo 'Rollback!'"]},
      "fetch": ["echo '42'"],
      "tasks": {
        "restart": {
          "action": "Restart application",
          "description": "Restart app and job servers",
          "steps": [
            "cap $ENVIRONMENT deploy:restart"
          ]
        }
      }
    }
  updated_at: <%= 8.days.ago.to_s(:db) %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
shipit-engine-0.3.1 test/fixtures/stacks.yml
shipit-engine-0.3.0 test/fixtures/stacks.yml
shipit-engine-0.2.3 test/fixtures/stacks.yml
shipit-engine-0.2.2 test/fixtures/stacks.yml
shipit-engine-0.2.1 test/fixtures/stacks.yml
shipit-engine-0.2.0 test/fixtures/stacks.yml