From c00b708d92ebcafc97048e0e01ac9167e77eef0c Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Wed, 14 Aug 2024 14:19:18 +0800 Subject: [PATCH] renamed: app-pipeline-wireguard-gateway.yml -> app-pipeline-wireguard-vpn.yml --- .../app-pipeline-wireguard-gateway.yml | 26 ------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/workflows/app-pipeline-wireguard-gateway.yml diff --git a/.github/workflows/app-pipeline-wireguard-gateway.yml b/.github/workflows/app-pipeline-wireguard-gateway.yml deleted file mode 100644 index 100219b9..00000000 --- a/.github/workflows/app-pipeline-wireguard-gateway.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: Deploy VPN Gateway - -on: - pull_request: - paths: - - '.github/workflows/deploy-vpn-gateway.yml' - workflow_dispatch: - branches: - - main - -jobs: - deploy-global-vpn-gateway: - uses: svc-design/actions/.github/workflows/setup-vpn-gateway.yml@main - with: - domain: 'svc.plus' # 如果需要,可以根据需要添加域名 - cluster_name: 'global-gateway' # 根据实际情况定义集群名称 - ssh_host_name: 'global-gateway' # 根据实际情况定义 SSH 主机名称 - ssh_host_ip: '52.196.108.28' # 根据实际情况定义 SSH 主机 IP - dry-run: 'true' # 控制是否进行干运行,可以设置为 'true' 或 'false' - secrets: - GATEWAY_PRIVATE_KEY: ${{ secrets.GATEWAY_PRIVATE_KEY }} - GLOBAL_K3S_SERVER_DB_PUBLIC_KEY: ${{ secrets.GLOBAL_K3S_SERVER_DB_PUBLIC_KEY }} - GLOBAL_K3S_SERVER_PUBLIC_KEY: ${{ secrets.GLOBAL_K3S_SERVER_PUBLIC_KEY }} - DESKTOP_MACBOOK_PUBLIC_KEY: ${{ secrets.DESKTOP_MACBOOK_PUBLIC_KEY }} - CN_GATEWAY_PUBLIC_KEY: ${{ secrets.CN_GATEWAY_PUBLIC_KEY }} - ANSIBLE_VAULT_PASSWORD: ${{ secrets.ANSIBLE_VAULT_PASSWORD }} # 添加 ANSIBLE_VAULT_PASSWORD 的密钥