From b6bd4382c15d28ffed7cf661aa603fcf50e840bf Mon Sep 17 00:00:00 2001 From: Steven Polley Date: Sat, 15 Feb 2020 05:15:00 +0000 Subject: [PATCH] remove production pipeline step --- .drone.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.drone.yml b/.drone.yml index b503401..8f3b2b0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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. \ No newline at end of file