Skip to content

Commit

Permalink
maybe fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
pbauer committed Mar 14, 2024
1 parent 1de1cd4 commit f7de726
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ test_quiet: ## run tests removing deprecation warnings

.PHONY: create-site
create-site: ## Create a new site using default distribution and default answers
DEVELOP_DISTRIBUTIONS=$(DISTRIBUTIONS) ALLOWED_DISTRIBUTIONS=$(DISTRIBUTIONS) PYTHONWARNINGS=ignore ./bin/zconsole run instance/etc/zope.conf scripts/create-site.py
DEVELOP_DISTRIBUTIONS=$(DISTRIBUTIONS) ALLOWED_DISTRIBUTIONS=$(DISTRIBUTIONS) PYTHONWARNINGS=ignore ./bin/zconsole run instance/etc/zope.conf scripts/create_site.py

.PHONY: start
start: ## Start a Plone instance on localhost:8080
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion classic/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ test_quiet: ## run tests removing deprecation warnings

.PHONY: create-site
create-site: ## Create a new site using default distribution and default answers
DEVELOP_DISTRIBUTIONS=$(DISTRIBUTIONS) ALLOWED_DISTRIBUTIONS=$(DISTRIBUTIONS) PYTHONWARNINGS=ignore ./bin/zconsole run instance/etc/zope.conf scripts/create-site.py
DEVELOP_DISTRIBUTIONS=$(DISTRIBUTIONS) ALLOWED_DISTRIBUTIONS=$(DISTRIBUTIONS) PYTHONWARNINGS=ignore ./bin/zconsole run instance/etc/zope.conf scripts/create_site.py

.PHONY: start
start: ## Start a Plone instance on localhost:8080
Expand Down
File renamed without changes.

0 comments on commit f7de726

Please sign in to comment.