chore: test the pipelines to see if they work

This commit is contained in:
Favee 2025-05-13 03:37:57 +01:00
parent 2200c6cea4
commit e00aa693cd

View file

@ -177,7 +177,7 @@
--deployment-controller type=ECS
echo "Service created; skipping immediate deployment"
echo "DEPLOYMENT_NEEDED=false" >> $GITHUB_ENV
echo "DEPLOYMENT_NEEDED=true" >> $GITHUB_ENV
else
echo "Service exists, proceeding with update"
echo "DEPLOYMENT_NEEDED=true" >> $GITHUB_ENV