projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
433a2b6
)
FIX: correct branch stuff
author
Sam
<sam.saffron@gmail.com>
Tue, 1 Jul 2014 00:32:52 +0000
(10:32 +1000)
committer
Sam
<sam.saffron@gmail.com>
Tue, 1 Jul 2014 00:32:52 +0000
(10:32 +1000)
templates/web.template.yml
patch
|
blob
|
blame
|
history
diff --git
a/templates/web.template.yml
b/templates/web.template.yml
index 6056861870c0bd9e7811e62fb67769fe3b790e14..7bc261a16fac64c4416422bb8bb07d6f25caa46f 100644
(file)
--- a/
templates/web.template.yml
+++ b/
templates/web.template.yml
@@
-64,8
+64,9
@@
run:
cmd:
- git reset --hard
- git clean -f
- - git
pull origin $version
+ - git
branch $version || echo branch exists
- git checkout $version
+ - git pull origin $version
- mkdir -p tmp/pids
- mkdir -p tmp/sockets
- mkdir -p /shared/log/rails