From cb22c4345c5f4ae9f3db26e15bc3a64caea0e93f Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Sun, 4 Jun 2023 17:02:39 +0800 Subject: [PATCH] .github/workflows/setup-api-gateway-with-existed-vhost.yml: update --- .../workflows/setup-api-gateway-with-existed-vhost.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/setup-api-gateway-with-existed-vhost.yml b/.github/workflows/setup-api-gateway-with-existed-vhost.yml index 1ab47d3e..ce7df7ec 100644 --- a/.github/workflows/setup-api-gateway-with-existed-vhost.yml +++ b/.github/workflows/setup-api-gateway-with-existed-vhost.yml @@ -42,11 +42,11 @@ jobs: mkdir -pv hosts/ cat > hosts/inventory << EOF [master] - apisix ansible_host=34.92.35.136 + api-gateway ansible_host=34.92.35.136 [all:vars] ansible_port=22 - ansible_ssh_user=shenlan + ansible_ssh_user=root ansible_ssh_private_key_file=~/.ssh/id_rsa ansible_host_key_checking=False dns_ak=$DNS_AK @@ -80,11 +80,11 @@ jobs: mkdir -pv hosts/ cat > hosts/inventory << EOF [master] - apisix ansible_host=34.92.35.136 + api-gateway ansible_host=34.92.35.136 [all:vars] ansible_port=22 - ansible_ssh_user=shenlan + ansible_ssh_user=root ansible_ssh_private_key_file=~/.ssh/id_rsa ansible_host_key_checking=False datadog_token=$DATADOG_API_KEY