From c11966272d7fd931982308ba1616dfc130962a87 Mon Sep 17 00:00:00 2001 From: TJ Maynes Date: Mon, 20 Nov 2023 18:51:10 -0600 Subject: [PATCH] chore: remove deploy to cloudflare pages for now --- api/Makefile | 2 +- web/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/Makefile b/api/Makefile index 82a12b9..6e86da3 100644 --- a/api/Makefile +++ b/api/Makefile @@ -17,7 +17,7 @@ logs: yarn $@ deploy: lint test - yarn $@ + #yarn $@ ship_it: lint test git push diff --git a/web/Makefile b/web/Makefile index 1cb0d2f..35ffe4d 100644 --- a/web/Makefile +++ b/web/Makefile @@ -17,7 +17,7 @@ fix: yarn lint:$@ deploy: lint build - yarn wrangler pages publish ./dist --project-name "image-analyzer-web" + # yarn wrangler pages publish ./dist --project-name "image-analyzer-web" ship_it: lint test git push