This commit is contained in:
parent
78993d8b91
commit
cec3f14243
1 changed files with 7 additions and 0 deletions
|
@ -67,6 +67,13 @@ steps:
|
||||||
path: /root/.ssh
|
path: /root/.ssh
|
||||||
commands:
|
commands:
|
||||||
- git push dokku $BRANCH
|
- git push dokku $BRANCH
|
||||||
|
- name: ssl-certs
|
||||||
|
image: bitnami/git:2.39.2
|
||||||
|
volumes:
|
||||||
|
- name: ssh
|
||||||
|
path: /root/.ssh
|
||||||
|
commands:
|
||||||
|
- ssh dokku dokku letsencrypt $DOKKU_APP_NAME
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
|
|
Loading…
Reference in a new issue