From a1132d9729e3406dbd513fe89a8f41467cd3cf72 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Tue, 21 Jan 2025 11:47:01 +0800 Subject: [PATCH] workflows/app-pipeline-keycloak-server: update --- .github/workflows/app-pipeline-keycloak-server.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/app-pipeline-keycloak-server.yml b/.github/workflows/app-pipeline-keycloak-server.yml index 5ad7bde6..ab05fc9e 100644 --- a/.github/workflows/app-pipeline-keycloak-server.yml +++ b/.github/workflows/app-pipeline-keycloak-server.yml @@ -13,9 +13,9 @@ jobs: uses: svc-design/actions/.github/workflows/deploy-docker-keycloak-server.yml@main with: domain: 'onwalk.net' - ssh_host_ip: '110.42.238.110' - ssh_host_name: 'cn-gateway' - ssh_host_domain: 'cn-gateway.svc.plus' + ssh_host_ip: '139.9.139.22' + ssh_host_name: 'hw-node' + ssh_host_domain: 'hw-node.svc.plus' secrets: SSH_USER: ${{ secrets.SSH_USER }} SUDO_PASSWORD: ${{ secrets.SUDO_PASSWORD }}