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