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