Adding a few

This commit is contained in:
2026-04-12 00:17:29 +02:00
parent 50660db16b
commit 578812a727
9 changed files with 339 additions and 96 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ ssh ${SERVER} "docker exec gnommo-db psql -U \$(grep ^POSTGRES_USER ${REMOTE_DIR
# Build and restart containers
echo "==> Building and restarting containers..."
ssh ${SERVER} "cd ${REMOTE_DIR} && docker compose -f docker-compose.prod.yml --env-file .env.prod up -d --build"
ssh ${SERVER} "cd ${REMOTE_DIR} && bash start.sh --build"
# Wait for backend to be ready
echo "==> Waiting for backend to start..."