Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
07bd5211
Commit
07bd5211
authored
Sep 19, 2014
by
antirez
Browse files
02_upload_tarball.sh fixes.
parent
44acd50a
Changes
1
Show whitespace changes
Inline
Side-by-side
utils/releasetools/02_upload_tarball.sh
View file @
07bd5211
#!/bin/bash
scp /tmp/redis-
${
1
}
antirez@antirez.com:/var/virtual/download.redis.io/httpdocs/releases/
ssh antirez@antirez.com
'cd /var/virtual/download.redis.io/httpdocs; ./update.sh ${1}'
echo
"Uploading..."
scp /tmp/redis-
${
1
}
.tar.gz antirez@antirez.com:/var/virtual/download.redis.io/httpdocs/releases/
echo
"Updating web site..."
ssh antirez@antirez.com
"cd /var/virtual/download.redis.io/httpdocs; ./update.sh
${
1
}
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment