docs: Remove dev environment config from deployment guide

This commit is contained in:
mik-tf
2025-09-30 09:52:05 -04:00
parent 718895aac1
commit c4f07c03bf

View File

@@ -109,16 +109,6 @@ society.mycelium.tf {
} }
``` ```
For a development environment (separate setup):
```
dev.society.mycelium.tf {
root * /root/code/git.ourworld.tf/mycelium/dev/www_mycelium_society/dist
try_files {path} {path}/ /index.html
file_server
}
```
## Step 5: Start Services ## Step 5: Start Services
```bash ```bash
@@ -130,15 +120,6 @@ zinit start mycelium-society
zinit restart caddy zinit restart caddy
``` ```
## Environment Separation (Dev/Prod)
For clean separation:
- **Prod:** `/root/code/git.ourworld.tf/mycelium/prod/www_mycelium_society/`
- **Dev:** `/root/code/git.ourworld.tf/mycelium/dev/www_mycelium_society/`
Clone and build separately for each.
## Updating the Application ## Updating the Application
To update after changes: To update after changes: