summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2019-04-20 01:59:46 +0200
committeremkael <emkael@tlen.pl>2019-04-20 01:59:46 +0200
commit675fac2b7be5e4df1f4f83d3b70ea564c0b63f4e (patch)
treebe4b74108916d0784c672316286b3005e27828a4
parent57d959ab6d97c0a388250f6058401c0b6ff0ef5b (diff)
`git push` reminder
-rwxr-xr-xbin/deploy.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/deploy.sh b/bin/deploy.sh
index 4467cd0..dafc4bf 100755
--- a/bin/deploy.sh
+++ b/bin/deploy.sh
@@ -8,3 +8,4 @@ then
else
rsync $RSYNCOPTS $LOCALPATH/ $DEPLOYPATH
fi
+echo 'Remember to push CSV datafiles to GitHub!'