5 lines
215 B
Makefile
5 lines
215 B
Makefile
deploy:
|
|
CGO_ENABLED=0 go build -o templategenworker_linux
|
|
docker build -t penahub.gitlab.yandexcloud.net:5050/backend/templategenworker .
|
|
docker push penahub.gitlab.yandexcloud.net:5050/backend/templategenworker
|