mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-13 23:37:06 +00:00
chore: new target [skip ci]
This commit is contained in:
parent
57c11f9b9f
commit
39293d7a3f
1 changed files with 6 additions and 1 deletions
7
Makefile
7
Makefile
|
@ -119,7 +119,12 @@ k8s-build-db: # (k8s) Build the database
|
||||||
k8s-delete: # (k8s) Delete pokeapi namespace
|
k8s-delete: # (k8s) Delete pokeapi namespace
|
||||||
kubectl delete namespace pokeapi
|
kubectl delete namespace pokeapi
|
||||||
|
|
||||||
update-graphql-prod:
|
start-graphql-prod:
|
||||||
|
git pull origin master
|
||||||
|
git submodule update --init
|
||||||
|
docker-compose -f docker-compose.yml -f docker-compose.override.yml -f Resources/compose/docker-compose-prod-graphql.yml up -d
|
||||||
|
|
||||||
|
update-graphql-data-prod:
|
||||||
git pull origin master
|
git pull origin master
|
||||||
git submodule update --init
|
git submodule update --init
|
||||||
docker stop pokeapi_graphql-engine_1
|
docker stop pokeapi_graphql-engine_1
|
||||||
|
|
Loading…
Reference in a new issue