- Removing invalid character from group name

This commit is contained in:
shockrah 2022-05-21 22:02:27 -07:00
parent 817a4ca31a
commit a04671db12

8
scripts/deploy-blog.yml Normal file
View File

@ -0,0 +1,8 @@
---
- hosts: shockrahxyz
remote_user: web
tasks:
- name: Copy Blog Content
copy:
src: "./public/"
dest: /var/www/shockrah.xyz