Update deployment

This commit is contained in:
madereddy
2023-12-11 14:25:52 -05:00
parent 4a17179306
commit 193394b065
2 changed files with 15 additions and 15 deletions
@@ -2,12 +2,12 @@
hosts: Docker
tasks:
- name: Clone repo
command: wget http://192.168.1.157:3000/jeet/OCI_Build.git
command: git clone http://192.168.1.157:3000/jeet/OCI_Build.git
- name: Start container using Docker Compose
ansible.builtin.command:
cmd: docker compose up -d
chdir: ~/docker
chdir: ~/OCI_Build/docker
ignore_errors: yes
- name: Pause for 30 seconds to allow containers to stabilize