Skip to content

Commit e212b1b

Browse files
committed
Renames config file for correct running
1 parent 5584b90 commit e212b1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ jobs:
4949
chmod 600 ~/.ssh/known_hosts
5050
echo "$DEPLOY_FILE" > $DEPLOY_FILE_NAME
5151
echo "$ENV_FILE" > variables_tsspredator.env
52-
echo "$REDIS_CONFIG_FILE" > redis.conf
52+
echo "$REDIS_CONFIG_FILE" > redis.config
5353
scp -o UserKnownHostsFile=~/.ssh/known_hosts image_tsspredator_web.tar.gz $SERVER_IP:$TARGET
5454
scp -o UserKnownHostsFile=~/.ssh/known_hosts image_tsspredator_celery_app.tar.gz $SERVER_IP:$TARGET
5555
scp -o UserKnownHostsFile=~/.ssh/known_hosts docker-compose.yml $SERVER_IP:$TARGET
5656
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
5858
scp -o UserKnownHostsFile=~/.ssh/known_hosts $DEPLOY_FILE_NAME $SERVER_IP:$TARGET
5959
- name: Restart service
6060
env:

0 commit comments

Comments
 (0)