repo.or.cz
/
Seppo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
example.com -> example.org
[Seppo.git]
/
deploy.sh
blob
b68a8d39996582c715e2495428cb15bcb80cff74
1
#!/usr/bin/env dash
2
set -e
3
set -u
4
cd
"$(dirname "
$0
")"
5
6
rsync
-avPz
"
$1
"
"seppo.social:~/seppo.social/tmp/"
7
ssh
seppo.social
"sh seppo.social/archive/accept.sh ~/seppo.social/tmp/$(basename "
$1
")"