From 9d4f2fbb12f3452dba974e0c550705df55220b29 Mon Sep 17 00:00:00 2001 From: ghe0 Date: Mon, 31 Mar 2025 03:04:38 +0300 Subject: [PATCH] remove Vancouver cause it has network issues --- gitea/deploy_gitea.sh | 2 +- wireguard-bastion/vanc-bastion.yaml | 2 +- wireguard-bastion/vanc-protected.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gitea/deploy_gitea.sh b/gitea/deploy_gitea.sh index eef0cfb..9d1acaa 100755 --- a/gitea/deploy_gitea.sh +++ b/gitea/deploy_gitea.sh @@ -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 }') diff --git a/wireguard-bastion/vanc-bastion.yaml b/wireguard-bastion/vanc-bastion.yaml index f603bf0..adb7d43 100644 --- a/wireguard-bastion/vanc-bastion.yaml +++ b/wireguard-bastion/vanc-bastion.yaml @@ -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 diff --git a/wireguard-bastion/vanc-protected.yaml b/wireguard-bastion/vanc-protected.yaml index 8d06ba1..6163d74 100644 --- a/wireguard-bastion/vanc-protected.yaml +++ b/wireguard-bastion/vanc-protected.yaml @@ -2,7 +2,7 @@ hostname: vanc-protected hours: 5 price: 20000 location: - city: "Vancouver" + city: "Montréal" ipv4: !PublishPorts [ ] public_ipv6: false vcpus: 2