stand 13141006
Build and Deploy SearXNG / deploy (push) Successful in 15s

This commit is contained in:
2026-06-10 13:14:58 +02:00
parent a61a5eda83
commit dd0ef860ef
+2 -2
View File
@@ -22,7 +22,7 @@ jobs:
- name: Ensure directory structure exists - name: Ensure directory structure exists
run: | run: |
mkdir -p ${{ env.TARGET_DIR }}/core-config mkdir -p ${{ env.TARGET_DIR }}/config
- name: Inject Git Secrets into .env file - name: Inject Git Secrets into .env file
run: | run: |
@@ -33,7 +33,7 @@ jobs:
- name: Copy deployment files (Compose & Config) - name: Copy deployment files (Compose & Config)
run: | run: |
cp compose.yaml ${{ env.TARGET_DIR }}/ cp compose.yaml ${{ env.TARGET_DIR }}/
cp -r core-config/* ${{ env.TARGET_DIR }}/config/ cp -r config/* ${{ env.TARGET_DIR }}/config/
- name: Clean stop old containers - name: Clean stop old containers
run: docker compose down || true run: docker compose down || true