Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
Данил Данилыч committed Aug 17, 2023
1 parent 4714e4c commit b9240a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ scp -i path_to_SSH/SSH_name docker-compose.production.yml \
```
#### Перенести *.env* на сервер, вставив туда значения из .env.template

'''
```
scp -i path_to_SSH/SSH_name .env \
username@server_ip:/home/username/kittygram/.env
'''
```

- path_to_SSH — путь к файлу с SSH-ключом;
- SSH_name — имя файла с SSH-ключом (без расширения);
Expand Down

0 comments on commit b9240a2

Please sign in to comment.