Push port proxy into pre-deploy
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
a912232383
commit
1d20c38b5b
@ -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:
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user