Fix username for deployment

This commit is contained in:
Peter Stuifzand 2018-02-19 20:40:08 +01:00
parent d554c0b96f
commit 6f59c88ba1

View File

@ -14,9 +14,9 @@ pipeline:
deploy:
image: appleboy/drone-ssh
host: microsub.stuifzandapp.com
username: hub
username: microsub
secrets: ['ssh_key']
script:
- cd /home/hub/hub
- cd /home/microsub/microsub
- docker-compose pull web
- docker-compose up -d