From d37bbf8813c1d9b97ba71e639dbfd96dfd4ae039 Mon Sep 17 00:00:00 2001 From: npmrun <1549469775@qq.com> Date: Thu, 30 Apr 2026 09:50:48 +0800 Subject: [PATCH] fix(drone): update GIT_REMOTE for deployment configuration - Changed the GIT_REMOTE URL in the .drone.yml file to use a new SSH format for improved access to the repository. - This update ensures that the deployment process can connect to the correct remote repository, enhancing the reliability of the CI/CD pipeline. These changes refine the deployment configuration, ensuring proper repository access during the deployment process. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f22eb52..c8dedeb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,7 @@ steps: environment: DEPLOY_BRANCH: deploy REPO_DIR: /root/projects/nuxt4-demo/nuxt4-demo-origin - GIT_REMOTE: git@gitee.com:xieyaxin/nuxt4-demo.git + GIT_REMOTE: ssh://root@git.xieyaxin.top:8892/topuser/nuxt4-demo.git UNZIP_DIR: /root/projects/nuxt4-demo/nuxt4-demo DEPLOY_SSH_KEY: from_secret: DEPLOY_SSH_KEY