Add New-App-Workflow.md

This commit is contained in:
2025-12-31 03:44:53 +00:00
parent 247637e016
commit 3bf4d2860b

26
New-App-Workflow.md Normal file
View File

@@ -0,0 +1,26 @@
The "Linode App Deployment" SOP:
Database Provisioning:
Update global-db/compose.yaml (for future-proofing).
Run manual SQL to create DB/User/Owner (since it's a live instance).
Container Setup:
Create /opt/docker/app_name.
Draft compose.yaml using the web_gateway and db_network.
Run docker compose up -d.
Networking & Security:
Add Public Hostname in Cloudflare Zero Trust.
(Optional) Add Cloudflare Access Policy for MFA.
Integration:
Add Link to the Antigravity Dashboard via local PC.
git push -> updatedash on Linode.