From 3f120e0f8921a1e50f011427b60536c270a9ea07 Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Fri, 4 Jun 2021 13:44:05 +0800 Subject: [PATCH] update --- .drone.yml | 2 ++ conf/gitea/custom/app.ini | 1 + 2 files changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index 2002643..274c900 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,6 +23,7 @@ steps: from_secret: ssh_password target: ~/publish/cicd/publish source: ./ + rm: false - name: restart image: appleboy/drone-ssh:linux-amd64 settings: @@ -34,6 +35,7 @@ steps: script: - cd ~/publish/cicd/publish - chmod 755 start.sh + - chmod 755 stop.sh - ./start.sh # - apt -y install git # - mkdir -p ~/publish/cicd && cd $_ diff --git a/conf/gitea/custom/app.ini b/conf/gitea/custom/app.ini index e69de29..6c97f29 100644 --- a/conf/gitea/custom/app.ini +++ b/conf/gitea/custom/app.ini @@ -0,0 +1 @@ +#8a4832ccaba86ed1a4dd5b94c928cfeb846e0980 \ No newline at end of file