Skip to content
This repository was archived by the owner on Oct 31, 2021. It is now read-only.

Commit 32d5040

Browse files
committed
Getting ready for production stuff.
1 parent 5826a8a commit 32d5040

4 files changed

+4
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@ include Makefile.github-actions
7676
endif
7777

7878
include Makefile.release
79-
include Makefile.tinker
8079
include Makefile.deploy
8180
include Makefile.docker
8281

8382
ifndef CI
83+
include Makefile.tinker
8484
include Makefile.local
8585
endif
8686

Makefile.acceptance

Whitespace-only changes.

Makefile.production

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ENVIRONMENT=Production
2+
ENV_LOWER = $(shell echo $(ENVIRONMENT) | tr A-Z a-z)
3+

Makefile.staging

Whitespace-only changes.

0 commit comments

Comments
 (0)