Browse Source

add deploy script

master
Peter Hajas 3 years ago
parent
commit
f51a87173e
  1. 4
      deploy.sh

4
deploy.sh

@ -0,0 +1,4 @@
#!/bin/sh
rsync --no-perms -azvvr --exclude '.*' * beacon:services/map/html/
Loading…
Cancel
Save