global-humanitarians-unite / ghu

Global Humanitarians Unite website prototype
https://globalhumanitariansunite.org/
Apache License 2.0
2 stars 1 forks source link

Make Ansible script able to push only to develop or master #120

Closed ausbin closed 6 years ago

ausbin commented 6 years ago

The Jenkins build failures earlier today happened because we needed to update config.ini on develop. However, those changes broke master, so since the ansible script does a deployment for each branch (master and develop), this caused the ansible script to error out. So instead, allow targeting either develop or master when you run ansible-playbook ghu.yml