diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index af1aeaf..cdd2839 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -1,5 +1,4 @@ x-site-config: &site_matrix - include: - site: "test" dest: "/var/www/crashtest" config_file: "test.json" @@ -24,7 +23,8 @@ jobs: build: runs-on: docker strategy: - <<: *site_matrix + include: + - <<: *site_matrix steps: - name: Debug Matrix