mattcens_mumblings/deploy

11 lines
203 B
Bash
Executable File

#!/bin/bash
# Add the following to ~/.ssh/config:
#Host mumblings
# Hostname dane.mattcen.com
# User mumbler
# Port 54322
hugo --gc --cleanDestinationDir
rsync -aiP public/ mumblings:hugo/ --delete