From 89c5fc9370d6cfb60ab7890716eb694bcd6ed21a Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Tue, 14 Oct 2025 17:00:07 +0200 Subject: [PATCH] more tea attempts --- .gitea/workflows/backend_build-deploy-stg.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/backend_build-deploy-stg.yaml b/.gitea/workflows/backend_build-deploy-stg.yaml index 164437c..058fc35 100644 --- a/.gitea/workflows/backend_build-deploy-stg.yaml +++ b/.gitea/workflows/backend_build-deploy-stg.yaml @@ -25,6 +25,10 @@ jobs: run: | curl -sSL -o tea https://dl.gitea.com/tea/0.11.0/tea-0.11.0-linux-amd64 chmod +x tea + + - name: Login + run: | + ./tea login add --url git.kluster.moll.re --name bot --token ${{ secrets.GITEA_TOKEN }} - name: Post comment run: | ./tea pr comment ${{ github.event.number }} "The backend has been deployed to staging with url https://pr-${{ github.event.number }}.anyway-stg.anydev.info. Check the deployment status in ArgoCD: