Sha256: 2615ecfdf2c07d7d328e3a51fa4ec66ca845d8816b8177398207ffb0202675bf

Contents?: true

Size: 369 Bytes

Versions: 6

Compression:

Stored size: 369 Bytes

Contents

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

path: /path/on/remote/server
repository: git@repohost.com:myproject.git
commands:
  reset: git reset --hard
  pull: git pull origin master
  bundle: bundle install --deployment --binstubs --without development test
  migrate: RAILS_ENV=production bin/rake db:migrate --silent
  restart: touch tmp/restart.txt

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
yads-0.3.1 examples/deploy.yml
yads-0.3.0.beta examples/deploy.yml
yads-0.2.0 examples/deploy.yml
yads-0.1.2 examples/deploy.yml
yads-0.1.1 examples/deploy.yml
yads-0.1.0 examples/deploy.yml