You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to generate your deployment configuration file, simply run:
21
23
22
24
```bash
@@ -27,7 +29,7 @@ It will ask you a few questions to help you get started and generate a `deploy.p
27
29
28
30
Read more about the available options, tasks, recipes; about how to customize your hosts, your deployment flow; about the gotchas of deploying an app that is already live and much more in the [documentation](docs).
29
31
30
-
## Deployment
32
+
## 3️⃣ Deployment
31
33
When you’re ready to deploy, run:
32
34
33
35
```bash
@@ -40,7 +42,7 @@ Because we are using zero-downtime deployments, make sure your server’s root p
40
42
41
43
If your project has already been deployed, before using Laravel Deployer, be sure to [read this](docs/first-deploy.md).
0 commit comments