Drop back to usual order for ports setting
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
72b39ad07e
commit
da6b4a1c02
@ -8,6 +8,13 @@
|
|||||||
extensions:
|
extensions:
|
||||||
- yml
|
- yml
|
||||||
|
|
||||||
|
- name: Set HTTP 80 port proxy
|
||||||
|
dokku_ports:
|
||||||
|
app: autonomic.zone
|
||||||
|
mappings:
|
||||||
|
- "http:80:{{ http_port }}"
|
||||||
|
state: present
|
||||||
|
|
||||||
- name: Setup LE certificates
|
- name: Setup LE certificates
|
||||||
shell: dokku letsencrypt autonomic.zone
|
shell: dokku letsencrypt autonomic.zone
|
||||||
args:
|
args:
|
||||||
@ -31,3 +38,10 @@
|
|||||||
mappings:
|
mappings:
|
||||||
- "https:443:{{ http_port }}"
|
- "https:443:{{ http_port }}"
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
- name: Remove automatically configured ports
|
||||||
|
dokku_ports:
|
||||||
|
app: autonomic.zone
|
||||||
|
mappings:
|
||||||
|
- "http:4000:4000"
|
||||||
|
state: absent
|
||||||
|
@ -42,20 +42,6 @@
|
|||||||
- autonomic.zone.dokku.autonomic.zone
|
- autonomic.zone.dokku.autonomic.zone
|
||||||
state: absent
|
state: absent
|
||||||
|
|
||||||
- name: Set HTTP 80 port proxy
|
|
||||||
dokku_ports:
|
|
||||||
app: autonomic.zone
|
|
||||||
mappings:
|
|
||||||
- "http:80:{{ http_port }}"
|
|
||||||
state: present
|
|
||||||
|
|
||||||
- name: Remove automatically configured ports
|
|
||||||
dokku_ports:
|
|
||||||
app: autonomic.zone
|
|
||||||
mappings:
|
|
||||||
- "http:4000:4000"
|
|
||||||
state: absent
|
|
||||||
|
|
||||||
- name: Configure the dokku app environment
|
- name: Configure the dokku app environment
|
||||||
dokku_config:
|
dokku_config:
|
||||||
app: autonomic.zone
|
app: autonomic.zone
|
||||||
|
Reference in New Issue
Block a user