blog/scripts/deploy-blog.yml

12 lines
268 B
YAML

---
- hosts: shockrahxyz
remote_user: ubuntu
become: yes
tasks:
# Note that the path for src is relative to this playbook
# not from the calling site
- name: Copy Blog Content
copy:
src: "../public/"
dest: /var/www/shockrah.xyz