This commit is contained in:
+6
-6
@@ -19,8 +19,8 @@
|
||||
### 1. Clone & Prepare
|
||||
|
||||
```bash
|
||||
git clone <your-repo> /opt/enflow
|
||||
cd /opt/enflow
|
||||
git clone <your-repo> /opt/cirux
|
||||
cd /opt/cirux
|
||||
```
|
||||
|
||||
### 2. Configure Environment
|
||||
@@ -59,7 +59,7 @@ The script will:
|
||||
docker-compose ps
|
||||
|
||||
# Check app logs
|
||||
docker-compose logs -f enflow-app
|
||||
docker-compose logs -f cirux-app
|
||||
|
||||
# Health check
|
||||
curl https://cirux.silvioalzate.shop/api/health
|
||||
@@ -92,7 +92,7 @@ docker-compose up -d
|
||||
|
||||
```bash
|
||||
# App logs
|
||||
docker-compose logs -f enflow-app
|
||||
docker-compose logs -f cirux-app
|
||||
|
||||
# Nginx logs
|
||||
docker-compose logs -f nginx
|
||||
@@ -159,7 +159,7 @@ jobs:
|
||||
username: ${{ secrets.VPS_USER }}
|
||||
key: ${{ secrets.VPS_SSH_KEY }}
|
||||
script: |
|
||||
cd /opt/enflow
|
||||
cd /opt/cirux
|
||||
git pull
|
||||
docker-compose down
|
||||
docker-compose build --no-cache
|
||||
@@ -176,7 +176,7 @@ sudo systemctl stop apache2 # or nginx
|
||||
|
||||
### Container won't start
|
||||
```bash
|
||||
docker-compose logs enflow-app
|
||||
docker-compose logs cirux-app
|
||||
# Check if .env.local is present and valid
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user