Add ssh command to finish the deploy-static make command

This commit is contained in:
David Dworken 2022-11-03 18:17:43 -07:00
parent 846f256fa4
commit 18e7580b71
No known key found for this signature in database

View File

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