inception
parent
988647fcce
commit
eab8d0241f
|
@ -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
|
Loading…
Reference in New Issue