Add deployment script
This commit is contained in:
parent
efddfd60cb
commit
1e41bdd2dc
1 changed files with 2 additions and 0 deletions
2
deploy.sh
Executable file
2
deploy.sh
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/bash
|
||||||
|
rsync --exclude=.git --exclude='packet format.java' --exclude-from=.gitignore -ravC . pi@raspberrypi:ble
|
Loading…
Reference in a new issue