From eab8d0241f942e4bed3c1a386a2f6cd6b0cf6737 Mon Sep 17 00:00:00 2001 From: omidshj Date: Thu, 16 May 2024 21:14:53 +0330 Subject: [PATCH] inception --- inception.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 inception.yml diff --git a/inception.yml b/inception.yml new file mode 100644 index 0000000..ba5b506 --- /dev/null +++ b/inception.yml @@ -0,0 +1,12 @@ +--- +- name: update inception + hosts: all + tasks: + - name: Change directory to inception + chdir: /root/code/inception # Replace with the actual path + - name: Pull latest changes from Git repository + git: + repo: https://gt.eron.co/eron/inception.git + update: yes + - name: Run build script + command: ./build.sh \ No newline at end of file