Add deployment (git)
This commit is contained in:
9
deployment/todo-setup.yml
Normal file
9
deployment/todo-setup.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
- hosts: server
|
||||
become: false
|
||||
tasks:
|
||||
- name: update from git
|
||||
ansible.builtin.git:
|
||||
repo: git@git.front.kjuulh.io:kjuulh/todo.git
|
||||
dest: /home/hermansen/git/git.kjuulh.io/kjuulh/todo
|
||||
single_branch: yes
|
||||
version: production
|
Reference in New Issue
Block a user