Skip to content

Commit

Permalink
deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
roper79 committed Sep 13, 2019
1 parent c2f0a9d commit 3a18588
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

D="~/rsync/mdr-simulator2/"

rsync -rvLz -e ssh bin server node_modules rob@ccmi.fit.cvut.cz:$D
scp -rv bin server/data server/dist server/public package.json rob@ccmi.fit.cvut.cz:$D
#rsync -rvLz -e ssh bin server node_modules rob@ccmi.fit.cvut.cz:$D
#rsync -rvLz -e ssh data rob@ccmi.fit.cvut.cz:$D
#rsync -rvLz --ignore-existing -e ssh data rob@ccmi.fit.cvut.cz:$D

0 comments on commit 3a18588

Please sign in to comment.