remove reloading step

This commit is contained in:
nicco 2018-10-10 15:23:39 +02:00
parent 62cc6e1d77
commit eb904a2424

View File

@ -11,14 +11,3 @@ pipeline:
when: when:
event: push event: push
branch: master branch: master
reload:
image: appleboy/drone-ssh
host: nicco.io
username: deploy
port: 1312
secrets: [ ssh_key ]
script:
- cd /srv/web/dvb
- docker-compose down
- docker-compose up -d