You've already forked golang-saas-starter-kit
mirror of
https://github.com/raseels-repos/golang-saas-starter-kit.git
synced 2025-06-17 00:17:59 +02:00
fix deploy
This commit is contained in:
@ -23,4 +23,4 @@ fi
|
|||||||
binPath=$GOROOT/bin/devops
|
binPath=$GOROOT/bin/devops
|
||||||
echo "installing to: ${binPath}"
|
echo "installing to: ${binPath}"
|
||||||
|
|
||||||
docker run --rm --entrypoint=cat devops /devops > $binPath
|
docker run --rm --entrypoint=cat ${releaseImg} /devops > $binPath
|
||||||
|
Reference in New Issue
Block a user