remove production pipeline step
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Steven Polley 2020-02-15 05:15:00 +00:00
parent 07cfe80c08
commit b6bd4382c1
1 changed files with 0 additions and 18 deletions

View File

@ -21,21 +21,3 @@ steps:
image: plugins/docker
settings:
repo: registry.deadbeef.codes/mandelmapper
- name: production
image: appleboy/drone-ssh
settings:
host: 10.69.71.105
port: 22
username:
from_secret: sshusername
password:
from_secret: sshpassword
script:
- echo Informing spud to pull latest container and infrastructure...
- cd deadbeef.codes-infrastructure/spud
- git pull
- docker-compose pull >/dev/null
- echo Restarting updated services...
- ./start >/dev/null
- echo Done.