mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 17:10:50 +00:00
4 lines
189 B
Bash
4 lines
189 B
Bash
|
#!/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}'
|