Update slug
This commit is contained in:
parent
f9cfb64f70
commit
0ff089fd79
|
@ -19,6 +19,9 @@ meta:
|
||||||
width: 1280
|
width: 1280
|
||||||
height: 800
|
height: 800
|
||||||
type: image/png
|
type: image/png
|
||||||
|
slug: deploying-php-fabric
|
||||||
|
redirect:
|
||||||
|
- talks/deploying-php-applications-with-fabric/
|
||||||
---
|
---
|
||||||
You’ve built your application, and now you just need to deploy it. There are various ways that this could be done – from (S)FTP, to SCP and rsync, to running commands like “git pull” and “composer install” directly on the server (not recommended).
|
You’ve built your application, and now you just need to deploy it. There are various ways that this could be done – from (S)FTP, to SCP and rsync, to running commands like “git pull” and “composer install” directly on the server (not recommended).
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue