update references to Sapper in Makefile

pull/6811/head
Conduitry 5 years ago
parent 87cf8f5aae
commit 99ec05aefb

@ -5,10 +5,10 @@ PROJECT := svelte-dev
IMAGE := gcr.io/$(PROJECT)/$(SERVICE):$(HASH)
sapper:
sveltekit:
@echo "\n~> updating template & contributors list"
@npm run update
@echo "\n~> building Sapper app"
@echo "\n~> building SvelteKit app"
@npm run build
@ -17,6 +17,6 @@ docker:
@gcloud builds submit --project $(PROJECT) -t $(IMAGE)
deploy: sapper docker
deploy: sveltekit docker
@echo "\n~> deploying $(SERVICE) to Cloud Run servers"
@gcloud run deploy $(SERVICE) --project $(PROJECT) --allow-unauthenticated --platform managed --region us-central1 --image $(IMAGE) --memory=512Mi

Loading…
Cancel
Save