Skip to content

Commit

Permalink
📝 Rework introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
AnouckColson authored and CollierCZ committed Nov 9, 2022
1 parent c076ba4 commit 7a023f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/development/file-transfer.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ After your app is built, its file system is read-only.
This means that the only way you can edit your app's code is through Git.

However, you can transfer files to and from your built app without using Git.
To do so, you need to configure mounts or use an SSH client.

To do so, you need to configure [mounts](../create-apps/app-reference.md#mounts).
Mounts let you set up directories that remain writable after the build is complete.
[Mounts](../create-apps/app-reference.md#mounts) let you set up directories that remain writable after the build is complete.
You can then transfer files directly to and from mounts inside your app
with a single command via the [Platform.sh CLI](../administration/cli/_index.md).

Alternatively, you can transfer files to and from your built app
using an SSH client such `scp` and `rsync`.
Alternatively, you can transfer files to and from your built app using an SSH client
such as `scp` or `rsync`.

## Transfer files using the CLI

Expand Down

0 comments on commit 7a023f3

Please sign in to comment.