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 7df0e1d commit f65ab11Copy full SHA for f65ab11
docs/deploy.md
@@ -33,15 +33,11 @@ scp compose.yaml youruser@yourserver:
33
34
### 3. Set Secrets
35
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
-```
+Your app will need credentials such as database passwords or API keys. Choose
+one of these approaches:
44
+1. **`.env` file** — simply place a `.env` file alongside your `compose.yaml`.
+ Be sure to `chmod 600 .env`.
45
2. **Environment variables** — pass them directly to the command line.
46
3. **CI/CD injection** — good for automated pipelines.
47
0 commit comments