update pr
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing

This commit is contained in:
Kasper Juul Hermansen 2021-11-14 20:03:27 +01:00
parent 5f29be305f
commit fa79c7df7c
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -1,16 +1,16 @@
- 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
- 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
- name: deploy remote docker containers using compose
community.docker.docker_compose:
project_src: /home/hermansen/git/git.kjuulh.io/kjuulh/todo/src/
build: true
files:
- docker-compose.prod.yml
- name: deploy remote docker containers using compose
community.docker.docker_compose:
project_src: /home/hermansen/git/git.kjuulh.io/kjuulh/todo/src/
build: true
files:
- docker-compose.prod.yml