Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View sgmurphy's full-sized avatar

Sean Murphy sgmurphy

View GitHub Profile
@soarez
soarez / deploy.bash
Last active September 23, 2019 16:15
#!/bin/bash
function deploy {
# Update the rsync target on the server
rsync \
-av \
--delete \
--delete-excluded \
$rsync_ignore_list_param \
$rsync_source/ $target:$rsync_target