aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4744c12..b2b27e3 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,9 @@ all: build run migrate collectstatic
start: build run migrate collectstatic
+sync-env:
+ scp .env-prod substracker-web:code/pyblackbird_cc/.env
+
build:
@docker build -f compose/production/django/Dockerfile -t pyblackbird_cc:latest .