We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a893733 commit 609d689Copy full SHA for 609d689
README.md
@@ -4,7 +4,7 @@
4
Build and deploy a nodejs application (such as React, Angular, Vue ecc...).
5
6
7
-## Usage/Examples
+## Configuration
8
9
Create a **.env.local** file in your project directory with following variables:
10
@@ -20,6 +20,9 @@ Create a **.env.local** file in your project directory with following variables:
20
| `DSDEPLOY_FTP_FORCE_PASSIVE_MODE` | `integer` | Set to `0` or `1` to use passive mode (default `1`) |
21
| `DSDEPLOY_FTP_USE_SFTP` | `integer` | Set to `0` or `1` to use SFTP (default `0`) |
22
23
+
24
+## Usage
25
26
Use this command to deploy to your FTP server:
27
28
```bash
0 commit comments