From 99baa88af7dd36808ec44d22c580e2f07d254fc5 Mon Sep 17 00:00:00 2001 From: "Gu://em_" Date: Mon, 30 Mar 2026 19:43:48 +0200 Subject: [PATCH] CI fix tentative #10 --- .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 260add8..dace9fc 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -1,9 +1,3 @@ -name: Build and deploy all -on: - push: - branches: - - main - x-site-config: &site_matrix include: - site: "test" @@ -20,6 +14,12 @@ x-site-config: &site_matrix # dest: /var/www/amiral # secret_key: "CONFIG_AMIRAL" +name: Build and deploy all +on: + push: + branches: + - main + jobs: build: runs-on: docker