Skip to content

Commit a8fe068

Browse files
committed
install
1 parent f98104d commit a8fe068

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ install:
1717
$(MAKE) docker-install || $(MAKE) k8-install
1818

1919
docker-install:
20-
docker exec postgres /sql-extensions/install.sh
20+
docker exec webinc-postgres /sql-extensions/install.sh
2121

2222
k8-install:
2323
$(eval POD_NAME := $(shell kubectl get pods -l app=postgres -n webinc -o jsonpath="{.items[*].metadata.name}"))
@@ -31,4 +31,4 @@ dump:
3131
skitch dump --deps --project dbs --path $(WEBINC_PATH)/services/packages/graphql-server-service/bootstrap/app.sql
3232

3333
deploy:
34-
@echo skitch deploy --recursive --createdb --yes --project dbs --database abcdef
34+
@echo skitch deploy --recursive --createdb --yes --project dbs --database abcdef

0 commit comments

Comments
 (0)