From b50f5cbcfb3fa81e4d6bfd1b51cd0f4c59bdfb63 Mon Sep 17 00:00:00 2001 From: huxin <1219654535@qq.com> Date: Fri, 5 Jul 2024 02:13:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/action.ya?= =?UTF-8?q?ml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 ee4b8a6..dd0bc57 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -9,6 +9,6 @@ jobs: - name: Build & Deploy run: rm -rf /opt/workspace/RuralDatabase - name: Clone Repository - run: git clone http://127.0.0.1:3000/topverse/RuralDatabase.git /opt/workspace/RuralDatabase + run: git clone http://127.0.0.1:3000/topverse/RuralDatabase.git /opt/workspace/RuralDatabase - name: Deploy run: cd /opt/workspace/RuralDatabase && chmod +x deploy.sh && ./deploy.sh