Files
wrestlingdev-ansible/roles/rails/tasks/web.yml
2016-02-03 11:20:47 -05:00

10 lines
283 B
YAML

---
# This task clones the repo and runs the webserver docker container.
- name: Copy the code from repository
git: repo={{ repository }} dest=/root/wrestlingApp
- name: Create and start apache docker image
shell: cd /root/wrestlingApp && bash rails-prod.sh wrestlingdev-web