Sfoglia il codice sorgente

fix runtime profile in playground deployment ansible playbook

Mokhtar Naamani 3 anni fa
parent
commit
5336a9099b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      devops/aws/deploy-playground-playbook.yml

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

@@ -56,7 +56,7 @@
       args:
         chdir: '{{ remote_code_path }}'
       environment:
-        ALL_PROPOSALS_PARAMETERS_JSON: '{{ proposal_parameters }}'
+        RUNTIME_PROFILE: '{{ runtime_profile }}'
       async: 3600
       poll: 0
       register: node_build_result