projects
/
~bandali
/
bndl.org
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
c66cdcb
)
build manifest: exclude .git subdir
author
Amin Bandali
<bandali@gnu.org>
Tue, 7 May 2019 21:15:24 +0000
(17:15 -0400)
committer
Amin Bandali
<bandali@gnu.org>
Tue, 7 May 2019 21:15:24 +0000
(17:15 -0400)
.build.yml
patch
|
blob
|
blame
|
history
diff --git
a/.build.yml
b/.build.yml
index
520db94
..
2ec4ffe
100644
(file)
--- a/
.build.yml
+++ b/
.build.yml
@@
-10,4
+10,4
@@
secrets:
tasks:
- deploy: |
sshopts="-o StrictHostKeyChecking=no"
tasks:
- deploy: |
sshopts="-o StrictHostKeyChecking=no"
- rsync --rsh="ssh $sshopts" -rP bandali.eu.org/ ${deploy}:/var/www/bandali.eu.org/
+ rsync --rsh="ssh $sshopts" -
-exclude='.git/' -
rP bandali.eu.org/ ${deploy}:/var/www/bandali.eu.org/