Move demo env to Frankfurt
This commit is contained in:
parent
673e74e15a
commit
dcc2f2596a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/master.yaml
vendored
4
.github/workflows/master.yaml
vendored
|
@ -69,8 +69,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
aws-access-key-id: ${{ secrets.TEST_AWS_ACCESS_KEY_ID }}
|
aws-access-key-id: ${{ secrets.TEST_AWS_ACCESS_KEY_ID }}
|
||||||
aws-secret-access-key: ${{ secrets.TEST_AWS_SECRET_ACCESS_KEY }}
|
aws-secret-access-key: ${{ secrets.TEST_AWS_SECRET_ACCESS_KEY }}
|
||||||
aws-region: eu-west-1
|
aws-region: eu-central-1
|
||||||
|
|
||||||
- name: Restart service with the AWS CLI
|
- name: Restart service with the AWS CLI
|
||||||
run: |
|
run: |
|
||||||
aws --region eu-west-1 ecs update-service --cluster kad-ecs --service kad-ecs-kafka-ui --force-new-deployment
|
aws --region eu-central-1 ecs update-service --cluster kad-ecs --service kad-ecs-kafka-ui --force-new-deployment
|
||||||
|
|
Loading…
Add table
Reference in a new issue