You've already forked golang-saas-starter-kit
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:
@ -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
|
||||
|
Reference in New Issue
Block a user