diff --git a/deploy.sh b/deploy.sh index e130fee..1736eeb 100644 --- a/deploy.sh +++ b/deploy.sh @@ -5,6 +5,8 @@ export GOCACHE=/root/.cache/go-build export CONTAINER_NAME=ai_scheduler export CGO_ENABLED='0' + +git pull origin master go mod tidy make build docker build -t ${CONTAINER_NAME} .