Use SSH based URL to deal with port issue
This commit is contained in:
parent
8e38b695bf
commit
6fa6bc96bf
@ -6,6 +6,6 @@ steps:
|
|||||||
image: appleboy/drone-git-push:0.2.0-linux-amd64
|
image: appleboy/drone-git-push:0.2.0-linux-amd64
|
||||||
settings:
|
settings:
|
||||||
branch: master
|
branch: master
|
||||||
remote: dokku@dokku.autonomic.zone:homebase.git
|
remote: ssh://dokku@dokku.autonomic.zone:222/homebase.git
|
||||||
ssh_key:
|
ssh_key:
|
||||||
from_secret: homebase_deploy_key
|
from_secret: homebase_deploy_key
|
||||||
|
Reference in New Issue
Block a user