Skip to content
Snippets Groups Projects
Commit 954898cc authored by James Vasile's avatar James Vasile
Browse files

Add convenience push script

parent 19b06e0e
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env bash
set -e
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
cd ${SCRIPT_DIR}/../site/output
rsync -rvzP * root@opentechstrategies.com:/var/www/blog
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment