- Removing invalid character from group name
This commit is contained in:
8
scripts/deploy-blog.yml
Normal file
8
scripts/deploy-blog.yml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
- hosts: shockrahxyz
|
||||||
|
remote_user: web
|
||||||
|
tasks:
|
||||||
|
- name: Copy Blog Content
|
||||||
|
copy:
|
||||||
|
src: "./public/"
|
||||||
|
dest: /var/www/shockrah.xyz
|
||||||
Reference in New Issue
Block a user