.github/workflows/setup-api-gateway-with-existed-vhost.yml: update
This commit is contained in:
parent
81a719be40
commit
cb22c4345c
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user