Updating Static Content - galaxyproject/usegalaxy-playbook GitHub Wiki

Static content (e.g. the welcome page and associated assets) are shared between Test and Main, and can be found in the playbook at:

Make sure you meet the Ansible requirements.

Distribution to Test

$ ansible-playbook -i env/test/inventory.static env/test/static.yml

Distribution to Main

$ ansible-playbook -i env/main/inventory.static env/main/static.yml