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:
parent
6f9dd80432
commit
4eb7e72c4a
2 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
---
|
||||
title: Tasks
|
||||
layout: default
|
||||
---
|
||||
|
||||
{% highlight ruby %}
|
||||
server 'example.com', roles: [:web, :app]
|
||||
server 'example.org', roles: [:db, :workers]
|
||||
|
|
Loading…
Add table
Reference in a new issue