mirror of
https://github.com/ddworken/hishtory.git
synced 2025-04-13 12:08:28 +02:00
Add ssh command to finish the deploy-static make command
This commit is contained in:
parent
846f256fa4
commit
18e7580b71
1
Makefile
1
Makefile
@ -25,6 +25,7 @@ build-api:
|
|||||||
|
|
||||||
deploy-static: build-static
|
deploy-static: build-static
|
||||||
docker push gcr.io/dworken-k8s/hishtory-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
|
deploy-api: build-api
|
||||||
docker push gcr.io/dworken-k8s/hishtory-api
|
docker push gcr.io/dworken-k8s/hishtory-api
|
||||||
|
Loading…
Reference in New Issue
Block a user