remove Vancouver cause it has network issues

This commit is contained in:
ghe0 2025-03-31 03:04:38 +03:00
parent a0693f1727
commit 9d4f2fbb12
Signed by: ghe0
GPG Key ID: 451028EE56A0FBB4
3 changed files with 3 additions and 3 deletions

@ -3,7 +3,7 @@ hostname=gitea-example
set -e
export FORMAT=YAML
detee-cli vm deploy --public-ip --location Vancouver --hostname $hostname > vm_info.tmp
detee-cli vm deploy --public-ip --location Random --hostname $hostname > vm_info.tmp
vm_uuid=$(grep 'uuid:' vm_info.tmp | awk '{ print $2 }')
vm_ip=$(grep 'ip:' vm_info.tmp | awk '{ print $2 }')
key_path=$(grep 'key_path:' vm_info.tmp | awk '{ print $2 }')

@ -2,7 +2,7 @@ hostname: vanc-bastion
hours: 5
price: 20000
location:
city: "Vancouver"
city: "Montréal"
ipv4: !PublishPorts [ 1337 ]
public_ipv6: false
vcpus: 2

@ -2,7 +2,7 @@ hostname: vanc-protected
hours: 5
price: 20000
location:
city: "Vancouver"
city: "Montréal"
ipv4: !PublishPorts [ ]
public_ipv6: false
vcpus: 2