1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-06-15 00:15:15 +02:00

fix deploy

This commit is contained in:
Lee Brown
2019-08-06 14:08:43 -08:00
parent 34886325f6
commit 959ad32759

View File

@ -23,4 +23,4 @@ fi
binPath=$GOROOT/bin/devops
echo "installing to: ${binPath}"
docker run --rm --entrypoint=cat devops /devops > $binPath
docker run --rm --entrypoint=cat ${releaseImg} /devops > $binPath