Skip to content

Commit 609d689

Browse files
authored
Update README.md
1 parent a893733 commit 609d689

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Build and deploy a nodejs application (such as React, Angular, Vue ecc...).
55

66

7-
## Usage/Examples
7+
## Configuration
88

99
Create a **.env.local** file in your project directory with following variables:
1010

@@ -20,6 +20,9 @@ Create a **.env.local** file in your project directory with following variables:
2020
| `DSDEPLOY_FTP_FORCE_PASSIVE_MODE` | `integer` | Set to `0` or `1` to use passive mode (default `1`) |
2121
| `DSDEPLOY_FTP_USE_SFTP` | `integer` | Set to `0` or `1` to use SFTP (default `0`) |
2222

23+
24+
## Usage
25+
2326
Use this command to deploy to your FTP server:
2427

2528
```bash

0 commit comments

Comments
 (0)