Skip to content

Commit

Permalink
chore: remove deploy to cloudflare pages for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tjmaynes committed Nov 21, 2023
1 parent 757303f commit c119662
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ logs:
yarn $@

deploy: lint test
yarn $@
#yarn $@

ship_it: lint test
git push
2 changes: 1 addition & 1 deletion web/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c119662

Please sign in to comment.