diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 . |