stand 13121006
Build and Deploy SearXNG / deploy (push) Failing after 2s

This commit is contained in:
2026-06-10 13:12:39 +02:00
parent a2ff4a88b9
commit a61a5eda83
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
- name: Copy deployment files (Compose & Config)
run: |
cp compose.yaml ${{ env.TARGET_DIR }}/
cp -r core-config/* ${{ env.TARGET_DIR }}/core-config/
cp -r core-config/* ${{ env.TARGET_DIR }}/config/
- name: Clean stop old containers
run: docker compose down || true