mirror of
https://github.com/wassname/talk.git
synced 2026-07-01 08:37:30 +08:00
Fix for deploy script
This commit is contained in:
Regular → Executable
+1
-1
@@ -48,7 +48,7 @@ deploy_latest() {
|
||||
docker build -t coralproject/talk:latest -f Dockerfile .
|
||||
docker build -t coralproject/talk:latest-onbuild -f Dockerfile.onbuild .
|
||||
|
||||
if [ "$1" -eq "deploy" ]
|
||||
if [ "$1" = "deploy" ]
|
||||
then
|
||||
|
||||
if [[ -n "$DOCKER_EMAIL" && -n "$DOCKER_USER" && -n "$DOCKER_PASS" ]]
|
||||
|
||||
Reference in New Issue
Block a user