COMPOSE _PROFILES=0
Some checks failed
Publish Website / publish (push) Failing after 23s

This commit is contained in:
Akshay
2025-07-23 01:50:47 -04:00
parent 94eadf3bb6
commit d772f6bddf

View File

@@ -65,7 +65,7 @@ jobs:
- name: Stop existing stack (ignore if none) - name: Stop existing stack (ignore if none)
shell: bash shell: bash
env: env:
COMPOSE_PROFILES=* COMPOSE_PROFILES="*"
run: | run: |
cd ./website cd ./website
docker compose down --remove-orphans || true docker compose down --remove-orphans || true