Sha256: 360f33bc9ff35783b08bd40af3769d156d7d2114fe177b594a85d724a34b74e0

Contents?: true

Size: 429 Bytes

Versions: 2

Compression:

Stored size: 429 Bytes

Contents

host: example.org
user: username
forward_agent: true/false

path: /path/on/remote/server
commands:
  clone: git clone --depth 1 git@repohost.com:myproject.git . # mandatory, other commands below are optional
  reset: git reset --hard
  pull: git pull origin master
  bundle: bundle install --deployment --binstubs --without development test
  migrate: ENV=production bin/rake db:migrate --silent
  restart: touch tmp/restart.txt

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
yads-0.0.3.pre2 examples/deploy.yml
yads-0.0.3.pre examples/deploy.yml