File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -579,8 +579,8 @@ <h2 id="1-build-your-images">🧱 1. Build Your Images</h2>
579579docker< span class ="w "> </ span > compose< span class ="w "> </ span > push
580580</ code > </ pre > </ div >
581581< h2 id ="2-copy-to-server "> 📦 2. Copy to Server</ h2 >
582- < p > Copy your < code > compose.yaml </ code > to the remote host :</ p >
583- < div class ="highlight "> < pre > < span > </ span > < code > scp< span class ="w "> </ span > compose.yaml< span class ="w "> </ span > youruser@yourserver:
582+ < p > Create an < code > app </ code > directory on the server and copy your < code > compose.yaml </ code > there :</ p >
583+ < div class ="highlight "> < pre > < span > </ span > < code > scp< span class ="w "> </ span > compose.yaml< span class ="w "> </ span > youruser@yourserver:app/
584584</ code > </ pre > </ div >
585585< h2 id ="3-set-secrets "> 3. Set Secrets</ h2 >
586586< p > Your app will need credentials such as database passwords or API keys. Choose
You can’t perform that action at this time.
0 commit comments