mirror of
https://github.com/StanGirard/quivr.git
synced 2024-11-24 05:55:13 +03:00
fix(ecs): preview env name
This commit is contained in:
parent
4ce080b785
commit
2b835a1ee5
4
.github/workflows/aws-preview.yml
vendored
4
.github/workflows/aws-preview.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Deploy to Amazon ECS
|
||||
name: Deploy Backend to Preview ECS
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -68,4 +68,4 @@ jobs:
|
||||
task-definition: ${{ steps.task-def.outputs.task-definition }}
|
||||
service: ${{ env.ECS_SERVICE }}
|
||||
cluster: ${{ env.ECS_CLUSTER }}
|
||||
wait-for-service-stability: true
|
||||
wait-for-service-stability: true
|
||||
|
Loading…
Reference in New Issue
Block a user