From b6474194d2d210275ec2a7b338e3ccb3ca4cf05c Mon Sep 17 00:00:00 2001 From: "fefe.clochette" Date: Mon, 8 Dec 2025 13:47:10 +0100 Subject: [PATCH] Auto-commit for deploy to production - 2025-12-08 13:47:10 --- .gitea/workflows/deploy.yml | 3 +-- index.html | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 index.html diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index c3b7f59..5a651c3 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -4,8 +4,7 @@ on: branches: [main] jobs: - deploy-production: - if: github.ref == 'refs/heads/main' + deploy: runs-on: ubuntu-latest steps: - name: Checkout code diff --git a/index.html b/index.html new file mode 100644 index 0000000..802992c --- /dev/null +++ b/index.html @@ -0,0 +1 @@ +Hello world