Skip to content

Commit 173482f

Browse files
committed
Apply changes in #548, add note about directory structure assumptions
1 parent bccab61 commit 173482f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/4.x/deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Proprietary and open source cloud computing solutions are both options for hosti
101101

102102
## Deployment
103103

104-
Broadly, we’re defining _deployment_ as the process of publishing code changes to a live website.
104+
Broadly, we’re defining _deployment_ as the process of publishing code changes to a live website. For the following examples, we’ll assume your project uses the standard [directory structure](directory-structure.md).
105105

106106
::: tip
107107
Be sure and read our [Deployment Best Practices](kb:deployment-best-practices) article for some high-level recommendations. What follows is intended for technical users who are tasked with extending their workflow to a web server.
@@ -161,7 +161,7 @@ With a generic deployment framework in place, we’re ready to get into a few co
161161

162162
Let’s assume you’ve cloned your project onto a host, and configured it to serve requests directly out of the `web/` directory.
163163

164-
Within the project directory, a simple Git-based deployment might look like this:
164+
Within the project’s root directory, a simple Git-based deployment might look like this:
165165

166166
```bash
167167
# Fetch new code:

0 commit comments

Comments
 (0)