mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-09-23 03:17:58 -04:00
replace tab with spaces
This commit is contained in:
parent
b60ecba35e
commit
9eb8a6e6e8
@ -28,4 +28,4 @@ deploy:
|
||||
provider: script
|
||||
script: deploy-docker.sh
|
||||
on:
|
||||
branch: master
|
||||
branch: master
|
||||
|
@ -1,2 +1,3 @@
|
||||
#!/bin/bash -ex
|
||||
docker login -e="$DOCKER_EMAIL" -u="$DOCKER_USER" -p="$DOCKER_PASS"
|
||||
docker push $DOCKER_USER/ssh-chat:latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user