From 5b3ae9d1aedfff204e4be8a79292890ab04e7067 Mon Sep 17 00:00:00 2001 From: AaronHux Date: Sat, 25 May 2024 15:30:02 +0800 Subject: [PATCH] init --- .gitea/workflows/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 68b2bde..d77af94 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -18,7 +18,7 @@ jobs: run: | rm -rf /opt/workspace/website mkdir -p /opt/workspace/website - git clone https://github.com/huxin/website.git /opt/workspace/website + git clone http://127.0.0.1:3000/huxin/website.git /opt/workspace/website cd /opt/workspace/website docker build -t website-v1:latest "." docker stop website-v1 || true