diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 9234ea3..260add8 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -7,7 +7,7 @@ on: x-site-config: &site_matrix include: - site: "test" - dest: /var/www/crashtest + dest: "/var/www/crashtest" config_file: "test.json" # - site: "harbor" @@ -27,6 +27,13 @@ jobs: matrix: *site_matrix steps: + - name: Debug Matrix + run: | + echo "Full Matrix Site: '${{ matrix.site }}'" + echo "Full Matrix Config: '${{ matrix.config_file }}'" + echo "Dump Matrix Context: " + echo '${{ toJSON(matrix) }}' + - name: Checkout git repository uses: actions/checkout@v4 with: