Merge pull request 'feat:' (#5) from feature-1.2.0 into master
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
Reviewed-on: https://git.liliyamol.cn:8081/mol/rss-server/pulls/5
This commit is contained in:
@ -58,6 +58,6 @@ steps:
|
||||
- list=$(docker ps -a | grep rss_server* | awk '{print $1}')
|
||||
- test "$list" = "" && echo "none rss_server containers running" || docker stop $list && docker container rm $list
|
||||
# 过滤出dockerImages的id, 删除none镜像
|
||||
- docker run -d --name=rss_server git.liliyamol.cn:8081/mol/rss-server:latest
|
||||
- docker run -d --name=rss_server git.liliyamol.cn:8081/mol/rss-server:latest -e PYTHONUNBUFFERED=0
|
||||
- docker rmi $(docker images | grep "none" | awk '{print $3}')
|
||||
- echo ==-----==部署成功==-----==
|
||||
|
Reference in New Issue
Block a user