Skip to content

Commit 0012e75

Browse files
committed
ci(deploy): add admin-dashboard to deployment pipeline
1 parent 3f425f6 commit 0012e75

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/prod.docs.plus.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ jobs:
152152
deploy_service "rest-api" 2
153153
deploy_service "hocuspocus-server" 2
154154
deploy_service "hocuspocus-worker" 1
155+
deploy_service "admin-dashboard" 1
155156
156157
echo ""
157158
echo "✅ All services deployed"
@@ -176,7 +177,7 @@ jobs:
176177
done
177178
178179
# Check scaled services
179-
for svc in webapp rest-api hocuspocus-server hocuspocus-worker; do
180+
for svc in webapp rest-api hocuspocus-server hocuspocus-worker admin-dashboard; do
180181
RUNNING=$(docker ps --filter "label=com.docker.compose.service=${svc}" --filter "status=running" --format "{{.Names}}" | wc -l)
181182
HEALTHY=$(docker ps --filter "label=com.docker.compose.service=${svc}" --filter "health=healthy" --format "{{.Names}}" | wc -l)
182183
@@ -220,7 +221,7 @@ jobs:
220221
run: |
221222
cd /opt/projects/prod.docs.plus/app/docs.plus/docs.plus
222223
docker compose -f ${{ env.COMPOSE_FILE }} --env-file ${{ env.ENV_FILE }} up -d \
223-
rest-api hocuspocus-server hocuspocus-worker webapp
224+
rest-api hocuspocus-server hocuspocus-worker webapp admin-dashboard
224225
echo "✅ Services running"
225226
226227
- name: 🧹 Cleanup

0 commit comments

Comments
 (0)