From 26a280db2715685a990eee1b083fa10c27b1d0aa Mon Sep 17 00:00:00 2001 From: omidshj Date: Mon, 26 Aug 2024 15:11:51 +0330 Subject: [PATCH] init 3d --- deploy 3d.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 deploy 3d.yml diff --git a/deploy 3d.yml b/deploy 3d.yml new file mode 100644 index 0000000..ca8148c --- /dev/null +++ b/deploy 3d.yml @@ -0,0 +1,7 @@ +--- +- name: deploy 3d + hosts: all + tasks: + - name: Go to the 3d directory + command: chdir=/var/www/nuxt/3d git pull origin master + register: git_result \ No newline at end of file