From 1aa7d543cda9f1aed2e168df8fd461e225ec86f8 Mon Sep 17 00:00:00 2001 From: "Gu://em_" Date: Mon, 30 Mar 2026 22:14:27 +0200 Subject: [PATCH] CI fix tentative #14 --- .forgejo/workflows/deploy.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 7cb2340..4b79022 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -1,7 +1,7 @@ -x-site-config: &site_matrix - site: "test" - dest: "/var/www/crashtest" - config_file: "test.json" +x-site_matrix: &site_matrix + - site: "test" + dest: "/var/www/crashtest" + config_file: "test.json" # - site: "harbor" # dest: /var/www/harbor @@ -23,8 +23,8 @@ jobs: build: runs-on: docker strategy: - include: - - <<: *site_matrix + matrix: + include: *site_matrix steps: - name: Debug Matrix