master
omidshj 2024-08-26 15:11:51 +03:30
parent 7a177d8955
commit 26a280db27
1 changed files with 7 additions and 0 deletions

7
deploy 3d.yml Normal file
View File

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