blog/scripts/deploy-blog.yml

12 lines
268 B
YAML
Raw Permalink Normal View History

---
- hosts: shockrahxyz
2023-01-17 00:40:52 +00:00
remote_user: ubuntu
2023-01-16 23:59:33 +00:00
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