fix(deploy.yml): update deployment script path for blue-green deployment
Some checks failed
Deploy to production / deploy (push) Failing after 1m55s

- Changed the deployment script path from 'actualize-yourpart.sh' to 'deploy-yourpart-bluegreen.sh' to reflect the new deployment strategy.
This commit is contained in:
Torsten Schulz (local)
2026-03-30 11:48:49 +02:00
parent 8f461d4dba
commit 5001292616

View File

@@ -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"
"/home/tsschulz/deploy-yourpart-bluegreen.sh"