From f7e6887c8c7ceac11959f58f52c65a84f81867e7 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Sat, 13 Apr 2024 15:50:47 +0800 Subject: [PATCH] deploy-new-harbor-server: set hostname -> artifact --- .github/workflows/app-pipeline-harbor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/app-pipeline-harbor.yml b/.github/workflows/app-pipeline-harbor.yml index 605fbf49..356f2db2 100644 --- a/.github/workflows/app-pipeline-harbor.yml +++ b/.github/workflows/app-pipeline-harbor.yml @@ -16,7 +16,7 @@ jobs: domain: 'onwalk.net' cluster_name: 'artifact' ssh_host_ip: '47.76.37.251' - ssh_host_name: 'harbor' + ssh_host_name: 'artifact' secrets: GCP_CREDENTIALS_JSON: ${{ secrets.GCP_CREDENTIALS_JSON }} SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}