Use new deploy key and add spaces
This commit is contained in:
parent
1ed4f14503
commit
8334bdcd7d
@ -1,10 +1,12 @@
|
|||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Deploy application with Dokku
|
- name: Deploy Homebase with Dokku
|
||||||
image: appleboy/drone-git-push:0.2.0-linux-amd64
|
image: appleboy/drone-git-push:0.2.0-linux-amd64
|
||||||
settings:
|
settings:
|
||||||
remote: ssh://dokku@dokku.autonomic.zone:222/homebase
|
remote: ssh://dokku@dokku.autonomic.zone:222/homebase
|
||||||
ssh_key:
|
ssh_key:
|
||||||
from_secret: homebase_deploy_key
|
from_secret: drone_deploy_key
|
||||||
|
Reference in New Issue
Block a user