mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-09-24 11:51:16 -04:00
fix path to ssh key
This commit is contained in:
parent
7ed3899b29
commit
200a1c744c
@ -19,5 +19,5 @@ script:
|
|||||||
- make test
|
- make test
|
||||||
- make build
|
- make build
|
||||||
- ssh-keygen -f ~/.ssh/id_rsa -t rsa -N ''
|
- ssh-keygen -f ~/.ssh/id_rsa -t rsa -N ''
|
||||||
- cp .ssh/id_rsa id_rsa
|
- cp ~/.ssh/id_rsa id_rsa
|
||||||
- docker build -t "$DOCKER_USER"/ssh-chat:latest .
|
- docker build -t "$DOCKER_USER"/ssh-chat:latest .
|
Loading…
x
Reference in New Issue
Block a user