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