mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-06-18 20:59:18 +00:00
ansible-ci.yml
This commit is contained in:
@ -4,6 +4,10 @@
|
||||
become_user: root
|
||||
|
||||
tasks:
|
||||
|
||||
- name: Delete last deploy
|
||||
command: rm -rf /var/www/html/*
|
||||
|
||||
- name: Copy all files to web server
|
||||
synchronize:
|
||||
src: /builds/aviortheking/blog_imie/project/
|
||||
|
Reference in New Issue
Block a user