From 50012926166b279fdb10348fd7ceb8da3aeff83c Mon Sep 17 00:00:00 2001 From: "Torsten Schulz (local)" Date: Mon, 30 Mar 2026 11:48:49 +0200 Subject: [PATCH] fix(deploy.yml): update deployment script path for blue-green deployment - Changed the deployment script path from 'actualize-yourpart.sh' to 'deploy-yourpart-bluegreen.sh' to reflect the new deployment strategy. --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 924fc56..c659f9f 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -31,4 +31,4 @@ jobs: ssh -i ~/.ssh/id_ed25519 \ -p "${{ secrets.PROD_PORT }}" \ "${{ secrets.PROD_USER }}@${{ secrets.PROD_HOST }}" \ - "/home/tsschulz/actualize-yourpart.sh" \ No newline at end of file + "/home/tsschulz/deploy-yourpart-bluegreen.sh" \ No newline at end of file