Add docker compose integration to the makefile

This commit is contained in:
David Dworken 2022-10-18 14:45:17 -07:00
parent 87d3dc4d97
commit f2d5026282

View File

@ -28,6 +28,7 @@ deploy-static: build-static
deploy-api: build-api
docker push gcr.io/dworken-k8s/hishtory-api
ssh monoserver "cd ~/infra/ && docker compose pull hishtory-api && docker compose up -d --no-deps hishtory-api"
deploy: release deploy-static deploy-api