1
0
Fork 0
mirror of https://github.com/imjasonh/kontain.me synced 2026-07-18 14:47:48 +00:00

Remove fwd frontend

This commit is contained in:
Jason Hall 2019-04-25 17:44:04 -04:00
parent c1447b830a
commit 60fe3d1e85
8 changed files with 22 additions and 116 deletions

View file

@ -1,12 +1,8 @@
#!/bin/bash
# Deploy backend
KO_DOCKER_REPO=gcr.io/kontainme ko publish -P . && \
gcloud --project=kontainme beta run deploy app \
--image=gcr.io/kontainme/github.com/imjasonh/kontain.me \
--memory=2Gi \
--concurrency=1 \
--region=us-central1
# Deploy forwarding frontend
gcloud --project=kontainme app deploy -q fwd/