Permalink
Cannot retrieve contributors at this time
10 lines (9 sloc)
381 Bytes
|
# Clone, build, and deploy, restarting nginx if necessary. This playbook must |
|
# be run after provision and configure, and is used to deploy and build the |
|
# specified commit (overridable via extra vars) on the server. Running this |
|
# playbook in Vagrant will override the vagrant-link playbook, and vice-versa. |
|
|
|
- hosts: all |
|
become: yes |
|
become_method: sudo |
|
roles: |
|
- deploy |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.