1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

fix missing front-matter

This commit is contained in:
Thomas Kriechbaumer 2015-01-21 19:55:46 +00:00
parent 6f9dd80432
commit 4eb7e72c4a
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,7 @@
---
title: PTYs
layout: default
---
There is a configuration option which asks the backend driver to ask the remote host
to assign the connection a *pty*. A *pty* is a pseudo-terminal, which in effect means

View file

@ -1,3 +1,8 @@
---
title: Tasks
layout: default
---
{% highlight ruby %}
server 'example.com', roles: [:web, :app]
server 'example.org', roles: [:db, :workers]