Skip to content
Snippets Groups Projects
Commit 701aded6 authored by Thomas Wood's avatar Thomas Wood
Browse files

Add deploy script

parent 171aecec
Branches 5daysago
Tags 0.asdf
No related merge requests found
#!/bin/sh
set -x
USER=${DEPLOY_USER:+${DEPLOY_USER}@}
SERVER=${DEPLOY_SERVER:-shell1.doc.ic.ac.uk}
PTH=${DEPLOY_PATH:-/vol/rr/www}
exec rsync --chmod=Dg+s,ug+rwX,o+rX --chown=:rr -igrp --delete _site/ "${USER}${SERVER}:${PTH}"
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