Эх сурвалжийг харах

fix runtime profile in playground deployment ansible playbook

Mokhtar Naamani 3 жил өмнө
parent
commit
5336a9099b

+ 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