diff options
author | Lorenzo Torres <torres@sideros.org> | 2025-03-27 19:49:14 +0100 |
---|---|---|
committer | Lorenzo Torres <torres@sideros.org> | 2025-03-27 19:49:14 +0100 |
commit | 91a86f0d83ffa06badc5fdd0680f66bfa4f8913c (patch) | |
tree | d6fee3e8619869245ea5255ce4a71ea0664bbfd1 | |
parent | bef1082673c050eaa3a6b459d1a6d4e2711d859b (diff) |
added pull script
-rwxr-xr-x | pull | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +#!/bin/bash + +git pull +make site +cp -r ./_site/* /var/www/html/ |