From bfb213acb1bb4ec9f3a0f8c70cfd34d4a7acd096 Mon Sep 17 00:00:00 2001 From: eric Liu Date: Mon, 18 Sep 2023 03:45:15 +0000 Subject: [PATCH] Update .drone.yml --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ebc8aa4..7f9e898 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ steps: - mkdir -p $HOME/.ssh - echo "$SSH_KEY" > $HOME/.ssh/id_rsa - touch $HOME/.ssh/known_hosts - - ssh-keyscan -H git@your.gitserver.com > $HOME/.ssh/known_hosts + - ssh-keyscan -H git.ericxliu.me > $HOME/.ssh/known_hosts - git clone --branch gitea-pages git@git.ericxliu.me:eric/ericxliu-me.git /output - name: build image: plugins/hugo