+ Base plays for updating all static sites
This commit is contained in:
16
playbooks/beta/websites/update-blog.yml
Normal file
16
playbooks/beta/websites/update-blog.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
- hosts: web
|
||||
remote_user: web
|
||||
tasks:
|
||||
- name: Push blog content
|
||||
copy:
|
||||
src: "{{BLOG_LOCAL_PUBLIC}}/public"
|
||||
dest: /var/www/
|
||||
|
||||
- name: Remove old blog content
|
||||
file:
|
||||
file: /var/www/shockrah.xyz
|
||||
state: absent
|
||||
|
||||
- name: Pull up blog content
|
||||
command: mv /var/www/public /var/www/shockrah.xyz
|
||||
Reference in New Issue
Block a user