mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
5 lines
117 B
Bash
Executable file
5 lines
117 B
Bash
Executable file
#! /bin/bash
|
|
|
|
set -xe
|
|
|
|
rsync -vzrlptD --delete-after $TRAVIS_BUILD_DIR/_site/ $DEPLOY_USER@$DEPLOY_HOST:$DEPLOY_PATH
|