mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-19 19:00:18 +00:00
added codeploy
This commit is contained in:
5
roles/webserver/tasks/codedeploy.yml
Normal file
5
roles/webserver/tasks/codedeploy.yml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# This play deploys the www code
|
||||||
|
# Example git checkout from Ansible Playbooks
|
||||||
|
- git:
|
||||||
|
repo: 'https://tildegit.org/thunix/www.git'
|
||||||
|
dest: /var/www/thunix.cf
|
||||||
Reference in New Issue
Block a user