File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,12 +49,12 @@ jobs:
49
49
chmod 600 ~/.ssh/known_hosts
50
50
echo "$DEPLOY_FILE" > $DEPLOY_FILE_NAME
51
51
echo "$ENV_FILE" > variables_tsspredator.env
52
- echo "$REDIS_CONFIG_FILE" > redis.conf
52
+ echo "$REDIS_CONFIG_FILE" > redis.config
53
53
scp -o UserKnownHostsFile=~/.ssh/known_hosts image_tsspredator_web.tar.gz $SERVER_IP:$TARGET
54
54
scp -o UserKnownHostsFile=~/.ssh/known_hosts image_tsspredator_celery_app.tar.gz $SERVER_IP:$TARGET
55
55
scp -o UserKnownHostsFile=~/.ssh/known_hosts docker-compose.yml $SERVER_IP:$TARGET
56
56
scp -o UserKnownHostsFile=~/.ssh/known_hosts $ENV_FILE_NAME $SERVER_IP:$TARGET
57
- scp -o UserKnownHostsFile=~/.ssh/known_hosts redis.conf $SERVER_IP:$TARGET
57
+ scp -o UserKnownHostsFile=~/.ssh/known_hosts redis.config $SERVER_IP:$TARGET
58
58
scp -o UserKnownHostsFile=~/.ssh/known_hosts $DEPLOY_FILE_NAME $SERVER_IP:$TARGET
59
59
- name : Restart service
60
60
env :
You can’t perform that action at this time.
0 commit comments