about summary refs log tree commit diff stats
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rwxr-xr-xjustfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/justfile b/justfile
index aec4a36..5e8df3d 100755
--- a/justfile
+++ b/justfile
@@ -3,7 +3,6 @@
 fly-system := "x86_64-linux"
 fly-registry := "registry.fly.io/alanpearce-eu"
 docker-tag := env_var_or_default("DOCKER_TAG", `date +%Y%m%d%H%M%S` + "-" + `git rev-parse --short HEAD`)
-environment := "production"
 started-at := `date +%s`
 
 default: