Push port proxy into pre-deploy
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Luke Murphy 2020-03-25 22:23:41 +01:00
parent a912232383
commit 1d20c38b5b
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 8 additions and 8 deletions

View File

@ -8,14 +8,6 @@
extensions:
- yml
- name: Set HTTP 80 port proxy
dokku_ports:
app: homebase
mappings:
- "http:80:{{ http_port }}"
- "http:{{ dat_port }}:{{ dat_port }}"
state: present
- name: Setup LE certificates
shell: dokku letsencrypt homebase
args:

View File

@ -45,3 +45,11 @@
owner: dokku
group: dokku
become: true
- name: Set HTTP 80 port proxy
dokku_ports:
app: homebase
mappings:
- "http:80:{{ http_port }}"
- "http:{{ dat_port }}:{{ dat_port }}"
state: present