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