mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-09-24 11:51:16 -04:00
Merge branch 'travis-docker'
This commit is contained in:
commit
c4a26f9b47
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,5 @@
|
|||||||
host_key
|
host_key
|
||||||
host_key.pub
|
host_key.pub
|
||||||
ssh-chat
|
ssh-chat
|
||||||
|
id_rsa
|
||||||
*.log
|
*.log
|
||||||
|
@ -26,6 +26,6 @@ script:
|
|||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: script
|
provider: script
|
||||||
script: deploy-docker.sh
|
script: ./deploy-docker.sh
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
|
Loading…
x
Reference in New Issue
Block a user