Commit f225050d by John Jarvis

Merge pull request #1113 from edx/jarv/sandbox-json-config-update

Jarv/sandbox json config update
parents 9c0aa0f4 306aa372
...@@ -273,6 +273,7 @@ ...@@ -273,6 +273,7 @@
when: download_xml_s3.changed when: download_xml_s3.changed
- include: xml.yml - include: xml.yml
tags: deploy
when: EDXAPP_XML_FROM_GIT when: EDXAPP_XML_FROM_GIT
# The next few tasks set up the python code sandbox # The next few tasks set up the python code sandbox
...@@ -359,7 +360,9 @@ ...@@ -359,7 +360,9 @@
# service variants configured, runs # service variants configured, runs
# gather_assets and db migrations # gather_assets and db migrations
- include: service_variant_config.yml - include: service_variant_config.yml
tags: service_variant_config tags:
- service_variant_config
- deploy
# call supervisorctl update. this reloads # call supervisorctl update. this reloads
# the supervisorctl config and restarts # the supervisorctl config and restarts
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment