This commit is contained in:
parent
ac05621b88
commit
fa963f32e3
@ -11,3 +11,12 @@ steps:
|
|||||||
path: /var/run/docker.sock
|
path: /var/run/docker.sock
|
||||||
commands:
|
commands:
|
||||||
- docker build --no-cache -t autonomic/gitea:drone .
|
- docker build --no-cache -t autonomic/gitea:drone .
|
||||||
|
|
||||||
|
- name: Deploy Gitea with Dokku
|
||||||
|
image: appleboy/drone-git-push:0.2.0-linux-amd64
|
||||||
|
settings:
|
||||||
|
remote: ssh://dokku@dokku.autonomic.zone:222/gitea
|
||||||
|
ssh_key:
|
||||||
|
from_secret: drone_deploy_key
|
||||||
|
when:
|
||||||
|
branch: master
|
||||||
|
Reference in New Issue
Block a user