mirror of
https://github.com/ddworken/hishtory.git
synced 2024-12-26 16:58:55 +01: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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user