fix
continuous-integration/drone/push Build is passing Details

master
wanggang 4 years ago
parent f38bb166b0
commit 77f17a17f8

@ -22,7 +22,7 @@ steps:
username: root username: root
password: password:
from_secret: ssh_password from_secret: ssh_password
target: ~/publish/cicd/publish target: /root/publish/cicd/publish
source: ./ source: ./
rm: false rm: false
- name: restart - name: restart
@ -34,7 +34,7 @@ steps:
password: password:
from_secret: ssh_password from_secret: ssh_password
script: script:
- cd ~/publish/cicd/publish - cd /root/publish/cicd/publish
- chmod 755 start.sh - chmod 755 start.sh
- chmod 755 stop.sh - chmod 755 stop.sh
- ./start.sh - ./start.sh

@ -1 +0,0 @@
#8a4832ccaba86ed1a4dd5b94c928cfeb846e0980

@ -64,7 +64,6 @@ services:
volumes: volumes:
- /etc/timezone:/etc/timezone:ro - /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
- ./conf/gitea/custom:/data/gitea/custom
- ${DATA}gitea:/data - ${DATA}gitea:/data
drone: #https://docs.drone.io/server/provider/gitea/ https://github.com/drone/drone drone: #https://docs.drone.io/server/provider/gitea/ https://github.com/drone/drone
image: drone/drone:2.0.1 image: drone/drone:2.0.1

Loading…
Cancel
Save