1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-26 10:21:30 +00:00

removed port from scripts

This commit is contained in:
Steven Hugg
2019-05-18 15:26:51 -04:00
parent d47231eb79
commit 433e982424
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -5,4 +5,4 @@ VERSION=`git tag | tail -1`
DESTPATH=$RSYNC_PATH/
git archive --format tar.gz --prefix 8bitworkshop- HEAD tools/ > release/8bitworkshop-tools.tgz
git archive --format zip --prefix 8bitworkshop- HEAD tools/ > release/8bitworkshop-tools.zip
rsync --stats -rpilvz --chmod=a+rx -e "ssh -p 2222" ./release $DESTPATH/
rsync --stats -rpilvz --chmod=a+rx -e "ssh" ./release $DESTPATH/