mirror of
https://github.com/CPunch/openpunk-ansible.git
synced 2025-11-08 00:20:05 +00:00
switched to roles
- all tasks/* have been moved to their own roles in roles/* - each file && template is now oragnized per-role - annotated each task which still isn't idempotent !TODO!
This commit is contained in:
5
roles/blog/templates/updateBlog
Normal file
5
roles/blog/templates/updateBlog
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
cd /var/www/{{ domain }}
|
||||
/usr/bin/git fetch origin
|
||||
/usr/bin/git reset --hard origin/main
|
||||
/usr/bin/hugo
|
||||
Reference in New Issue
Block a user