[add] ansible deploy
This commit is contained in:
9
ansible/group_vars/all.yml
Normal file
9
ansible/group_vars/all.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
project_name: puzzlez
|
||||
project_user: holop
|
||||
|
||||
deploy_user: "{{ project_user }}"
|
||||
deploy_project: "{{ project_name }}"
|
||||
deploy_repo_url: "git@bitbucket.org:infernalgames/{{ project_name }}.git"
|
||||
deploy_repo_version: master
|
||||
deploy_npm: yes
|
||||
Reference in New Issue
Block a user