Skip to content

Commit f65ab11

Browse files
committed
Adjust deploy
1 parent 7df0e1d commit f65ab11

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

docs/deploy.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,11 @@ scp compose.yaml youruser@yourserver:
3333

3434
### 3. Set Secrets
3535

36-
Your app will need credentials such as database passwords or API keys.
37-
Choose one of these approaches:
38-
39-
1. **`.env` file** — simplest for manual deploys.
40-
41-
```sh
42-
chmod 600 .env
43-
```
36+
Your app will need credentials such as database passwords or API keys. Choose
37+
one of these approaches:
4438

39+
1. **`.env` file** — simply place a `.env` file alongside your `compose.yaml`.
40+
Be sure to `chmod 600 .env`.
4541
2. **Environment variables** — pass them directly to the command line.
4642
3. **CI/CD injection** — good for automated pipelines.
4743

0 commit comments

Comments
 (0)