mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Convert sterling symbol to dollar
This commit is contained in:
parent
2446004686
commit
4592f0e5d7
2 changed files with 3 additions and 3 deletions
|
@ -422,7 +422,7 @@ access that you may or may not need depending how well your servers are setup:</
|
|||
root@remote $ deploy_to=/var/www/rails3-bootstrap-devise-cancan-demo
|
||||
root@remote $ mkdir ${deploy_to}
|
||||
root@remote $ chown deploy:deploy ${deploy_to}
|
||||
root@remote £ umask 0002
|
||||
root@remote $ umask 0002
|
||||
root@remote $ chmod g+s ${deploy_to}
|
||||
root@remote $ mkdir ${deploy_to}/{releases,shared}</code></pre>
|
||||
</div>
|
||||
|
@ -782,7 +782,7 @@ access that you may or may not need depending how well your servers are setup:</
|
|||
root@remote $ deploy_to=/var/www/rails3-bootstrap-devise-cancan-demo
|
||||
root@remote $ mkdir ${deploy_to}
|
||||
root@remote $ chown deploy:deploy ${deploy_to}
|
||||
root@remote £ umask 0002
|
||||
root@remote $ umask 0002
|
||||
root@remote $ chmod g+s ${deploy_to}
|
||||
root@remote $ mkdir ${deploy_to}/{releases,shared}</code></pre>
|
||||
</div>
|
||||
|
|
|
@ -322,7 +322,7 @@ access that you may or may not need depending how well your servers are setup:
|
|||
root@remote $ deploy_to=/var/www/rails3-bootstrap-devise-cancan-demo
|
||||
root@remote $ mkdir ${deploy_to}
|
||||
root@remote $ chown deploy:deploy ${deploy_to}
|
||||
root@remote £ umask 0002
|
||||
root@remote $ umask 0002
|
||||
root@remote $ chmod g+s ${deploy_to}
|
||||
root@remote $ mkdir ${deploy_to}/{releases,shared}
|
||||
{% endprism %}
|
||||
|
|
Loading…
Add table
Reference in a new issue