master
omidshj 2024-05-17 12:30:54 +03:30
parent 035f076340
commit 51e049726e
1 changed files with 6 additions and 6 deletions

12
i3v.yml
View File

@ -2,12 +2,12 @@
- name: update inception - name: update inception
hosts: all hosts: all
tasks: tasks:
- name: Change to the app directory and update the repository # - name: Change to the app directory and update the repository
git: # git:
repo: 'https://gt.eron.co/eron/inception.git' # Replace with your repository URL # repo: 'https://gt.eron.co/eron/inception.git' # Replace with your repository URL
dest: /root/code/inception # dest: /root/code/inception
version: master # version: master
register: git_result # register: git_result
- name: Build docker image if there were changes - name: Build docker image if there were changes
docker_image: docker_image: