Skip to content

Commit

Permalink
add dev deployment pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ddbruce committed Oct 5, 2019
1 parent 247da64 commit 1e45177
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .drone.yml
Expand Up @@ -15,3 +15,17 @@ steps:
when:
branch:
- master

- name: deploy-dev
image: appleboy/drone-ssh
settings:
host: lp13.rpiambulance.com
username: drone
password:
from_secret: SSH_PASSWORD
port: 22
script:
- docker-compose -f /drone/docker-compose.yml up -d --build chorebot-dev
when:
branch:
- dev

0 comments on commit 1e45177

Please sign in to comment.