inception

master
omidshj 2024-05-16 21:14:53 +03:30
parent 988647fcce
commit eab8d0241f
1 changed files with 12 additions and 0 deletions

12
inception.yml Normal file
View File

@ -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