mirror of
https://github.com/fluencelabs/redis
synced 2025-06-11 08:11:20 +00:00
02_upload_tarball.sh: let me exit before updating site.
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
echo "Uploading..."
|
||||
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}"
|
||||
|
Reference in New Issue
Block a user