- Removing invalid character from group name
This commit is contained in:
parent
817a4ca31a
commit
a04671db12
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
|
Loading…
Reference in New Issue
Block a user