made config better hopefully?
Some checks failed
Publish Website / publish (push) Failing after 4s

This commit is contained in:
Akshay
2025-07-23 01:28:42 -04:00
parent bf282c9339
commit d2d3392798

View File

@@ -66,8 +66,9 @@ jobs:
docker compose down --remove-orphans || true
- name: Rebuild & deploy
# shell: bash
shell: bash
working-directory: website
run: |
cd ./website
docker compose up
docker compose up --build -d --remove-orphans