mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 13:25:49 +00:00
chore: test the pipelines to see if they work
This commit is contained in:
parent
2200c6cea4
commit
e00aa693cd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue