File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -557,14 +557,11 @@ <h2 id="2-copy-to-server">📦 2. Copy to Server</h2>
557557< div class ="highlight "> < pre > < span > </ span > < code > scp< span class ="w "> </ span > compose.yaml< span class ="w "> </ span > youruser@yourserver:
558558</ code > </ pre > </ div >
559559< h3 id ="3-set-secrets "> 3. Set Secrets</ h3 >
560- < p > Your app will need credentials such as database passwords or API keys.
561- Choose one of these approaches:</ p >
562- < ol >
563- < li > < strong > < code > .env</ code > file</ strong > — simplest for manual deploys.</ li >
564- </ ol >
565- < div class ="highlight "> < pre > < span > </ span > < code > chmod< span class ="w "> </ span > < span class ="m "> 600</ span > < span class ="w "> </ span > .env
566- </ code > </ pre > </ div >
560+ < p > Your app will need credentials such as database passwords or API keys. Choose
561+ one of these approaches:</ p >
567562< ol >
563+ < li > < strong > < code > .env</ code > file</ strong > — simply place a < code > .env</ code > file alongside your < code > compose.yaml</ code > .
564+ Be sure to < code > chmod 600 .env</ code > .</ li >
568565< li > < strong > Environment variables</ strong > — pass them directly to the command line.</ li >
569566< li > < strong > CI/CD injection</ strong > — good for automated pipelines.</ li >
570567</ ol >
You can’t perform that action at this time.
0 commit comments