Browse Source

playground deployment use correct runtime_profile when starting

Mokhtar Naamani 3 years ago
parent
commit
c0e9e66f32
1 changed files with 1 additions and 0 deletions
  1. 1 0
      devops/aws/deploy-playground-playbook.yml

+ 1 - 0
devops/aws/deploy-playground-playbook.yml

@@ -76,6 +76,7 @@
       args:
         chdir: '{{ remote_code_path }}'
       environment:
+        RUNTIME_PROFILE: '{{ runtime_profile }}'
         PERSIST: 'true'
         COLOSSUS_1_URL: 'https://{{ inventory_hostname }}.nip.io/colossus-1/'
         DISTRIBUTOR_1_URL: 'https://{{ inventory_hostname }}.nip.io/distributor-1/'