mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:35:50 +00:00
chore: test the pipelines to see if they work
This commit is contained in:
parent
e00aa693cd
commit
19d2fc291f
1 changed files with 5 additions and 5 deletions
10
.github/workflows/deploy.yml
vendored
10
.github/workflows/deploy.yml
vendored
|
@ -189,14 +189,14 @@
|
||||||
if: env.DEPLOYMENT_NEEDED == 'true'
|
if: env.DEPLOYMENT_NEEDED == 'true'
|
||||||
run: |
|
run: |
|
||||||
aws ecs update-service \
|
aws ecs update-service \
|
||||||
--cluster petclinic-${{ env.ENV_NAME }} \
|
--cluster petclinic-${{ env.ENV_NAME }} \
|
||||||
--service petclinic-service \
|
--service petclinic-service \
|
||||||
--force-new-deployment
|
--force-new-deployment \
|
||||||
--task-definition "$TASK_DEF_ARN"
|
--task-definition "$TASK_DEF_ARN"
|
||||||
|
|
||||||
- name: Verify Deployment
|
- name: Verify Deployment
|
||||||
if: env.DEPLOYMENT_NEEDED == 'true'
|
if: env.DEPLOYMENT_NEEDED == 'true'
|
||||||
run: |
|
run: |
|
||||||
echo "Waiting for deployment to complete..."
|
echo "Waiting for deployment to complete..."
|
||||||
aws ecs wait services-stable --cluster petclinic-${{ env.ENV_NAME }} \
|
aws ecs wait services-stable --cluster petclinic-${{ env.ENV_NAME }} \
|
||||||
--services petclinic-service
|
--services petclinic-service
|
Loading…
Reference in a new issue