@ -1,3 +1,4 @@
```
[root@localhost config]# cat config.toml
concurrent = 5
check_interval = 0
@ -81,3 +82,4 @@ deploy-job: # This job runs in the deploy stage.
- if [ $(docker ps -qa --filter name=$APP_NAME ) ];then docker rm -f $APP_NAME; fi
- docker run -d -p 8088:80 --name $APP_NAME $IMAGE_NAME
- echo "Application successfully deployed."