playbooks/deploy 3d.yml

7 lines
166 B
YAML
Raw Normal View History

2024-08-26 15:11:51 +03:30
---
- 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