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
da838544
Commit
da838544
authored
Oct 09, 2014
by
antirez
Browse files
02_upload_tarball.sh: let me exit before updating site.
parent
5f6950ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils/releasetools/02_upload_tarball.sh
View file @
da838544
#!/bin/bash
#!/bin/bash
echo
"Uploading..."
echo
"Uploading..."
scp /tmp/redis-
${
1
}
.tar.gz antirez@antirez.com:/var/virtual/download.redis.io/httpdocs/releases/
scp /tmp/redis-
${
1
}
.tar.gz antirez@antirez.com:/var/virtual/download.redis.io/httpdocs/releases/
echo
"Updating web site..."
echo
"Updating web site... (press any key if it is a stable release, or Ctrl+C)"
read
x
ssh antirez@antirez.com
"cd /var/virtual/download.redis.io/httpdocs; ./update.sh
${
1
}
"
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