Compare commits

..

No commits in common. "141f1f543e7af30fd97006d5cf7425f3b2900717" and "5e26ffcd91933a33490fc097e7950f57b139db80" have entirely different histories.

View File

@ -58,7 +58,7 @@ steps:
port: 22
command_timeout: 2m
script:
- echo "deploy docker ssh!"
- echo "deploy ssh!"
- name=drone-test
- image=git.daymele.com/liupeng/drone:canary
- echo ${DRONE_BRANCH}
@ -87,13 +87,13 @@ steps:
port: 22
command_timeout: 2m
script:
- echo "deploy podman ssh!"
- echo "deploy ssh!"
- name=drone-release
- image=git.daymele.com/liupeng/drone:latest
- podman pull $image
- podman rm -f drone-release || true
- podman image prune -f
- podman run --name=$name -d -p 8002:9000 -v /etc/conf:/conf $image
- image=git.daymele.com/liupeng/drone::latest
- docker pull $image
- docker rm -f drone-release || true
- docker image prune -f
- docker run --name=$name -d -p 8002:9000 -v /etc/conf:/conf $image
when:
event:
- tag