test
parent
035f076340
commit
51e049726e
12
i3v.yml
12
i3v.yml
|
@ -2,12 +2,12 @@
|
|||
- name: update inception
|
||||
hosts: all
|
||||
tasks:
|
||||
- name: Change to the app directory and update the repository
|
||||
git:
|
||||
repo: 'https://gt.eron.co/eron/inception.git' # Replace with your repository URL
|
||||
dest: /root/code/inception
|
||||
version: master
|
||||
register: git_result
|
||||
# - name: Change to the app directory and update the repository
|
||||
# git:
|
||||
# repo: 'https://gt.eron.co/eron/inception.git' # Replace with your repository URL
|
||||
# dest: /root/code/inception
|
||||
# version: master
|
||||
# register: git_result
|
||||
|
||||
- name: Build docker image if there were changes
|
||||
docker_image:
|
||||
|
|
Loading…
Reference in New Issue