update pr
This commit is contained in:
parent
5f29be305f
commit
fa79c7df7c
@ -1,16 +1,16 @@
|
|||||||
- hosts: server
|
- hosts: server
|
||||||
become: false
|
become: false
|
||||||
tasks:
|
tasks:
|
||||||
- name: update from git
|
- name: update from git
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
repo: git@git.front.kjuulh.io:kjuulh/todo.git
|
repo: git@git.front.kjuulh.io:kjuulh/todo.git
|
||||||
dest: /home/hermansen/git/git.kjuulh.io/kjuulh/todo
|
dest: /home/hermansen/git/git.kjuulh.io/kjuulh/todo
|
||||||
single_branch: yes
|
single_branch: yes
|
||||||
version: production
|
version: production
|
||||||
|
|
||||||
- name: deploy remote docker containers using compose
|
- name: deploy remote docker containers using compose
|
||||||
community.docker.docker_compose:
|
community.docker.docker_compose:
|
||||||
project_src: /home/hermansen/git/git.kjuulh.io/kjuulh/todo/src/
|
project_src: /home/hermansen/git/git.kjuulh.io/kjuulh/todo/src/
|
||||||
build: true
|
build: true
|
||||||
files:
|
files:
|
||||||
- docker-compose.prod.yml
|
- docker-compose.prod.yml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user