Add deploy scripts
parent
eeb9442c3f
commit
bbb58db383
|
@ -0,0 +1,10 @@
|
|||
#!/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
|
Loading…
Reference in New Issue