diff options
author | Robby Zambito <contact@robbyzambito.me> | 2020-11-17 07:10:12 -0500 |
---|---|---|
committer | Robby Zambito <contact@robbyzambito.me> | 2020-11-17 07:10:12 -0500 |
commit | fd3bf62e67b0bb020982b4a3b3590d0e91658d05 (patch) | |
tree | a9faf496865914b138204013f25bbfaf9d6f5b1b /deploy | |
parent | de8cf47f34cbce50bcfff6675302eb7c51ee527f (diff) |
Created deploy script
Diffstat (limited to 'deploy')
-rwxr-xr-x | deploy | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +hugo && rsync -avz --delete public/ robbyzambito.me:/var/www/robby |