aboutsummaryrefslogtreecommitdiffhomepage
path: root/tasks/deploy.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/deploy.yml')
-rw-r--r--tasks/deploy.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/tasks/deploy.yml b/tasks/deploy.yml
index 751d78f..ca1e54a 100644
--- a/tasks/deploy.yml
+++ b/tasks/deploy.yml
@@ -16,6 +16,14 @@
16 DOMAIN: "{{ clever_domain | default(domain) }}" 16 DOMAIN: "{{ clever_domain | default(domain) }}"
17 CONFIGURATION_FILE: "{{ clever_login_file }}" 17 CONFIGURATION_FILE: "{{ clever_login_file }}"
18 18
19- name: Configure Build Instance
20 when: clever_build_flavor is defined
21 command: "clever scale --build-flavor {{ clever_build_flavor }}"
22 args:
23 chdir: "{{ clever_app_root }}"
24 environment:
25 CONFIGURATION_FILE: "{{ clever_login_file }}"
26
19- name: Push Environment 27- name: Push Environment
20 shell: "clever env import --json < {{ clever_app_confdir }}/env" 28 shell: "clever env import --json < {{ clever_app_confdir }}/env"
21 args: 29 args: