testing docker containers
Some checks failed
Publish Website / publish (push) Failing after 4s

This commit is contained in:
Akshay
2025-07-23 01:16:18 -04:00
parent 278fc7cd26
commit 3d8b077885

View File

@@ -60,6 +60,7 @@ jobs:
- name: Check docker containers running
run: |
ls
docker ps
# ------------------------------------------------------------
# 6. Stop any old stack, rebuild, and run the new one
@@ -69,5 +70,5 @@ jobs:
run: docker compose down --remove-orphans || true
- name: Rebuild & deploy
shell: bash
# shell: bash
run: docker compose up