about summary refs log tree commit diff stats
path: root/justfile
diff options
context:
space:
mode:
authorAlan Pearce2024-06-11 09:22:32 +0200
committerAlan Pearce2024-06-11 09:22:32 +0200
commite89fbd7ef3e418629ea2533cf4fa9707fe51950f (patch)
tree1c90d4ab8a283fcc9c299fddedada8747ab9a2f8 /justfile
parenta9337d346ca6d82bbe203d50b176af9b7c146db0 (diff)
downloadwebsite-e89fbd7ef3e418629ea2533cf4fa9707fe51950f.tar.lz
website-e89fbd7ef3e418629ea2533cf4fa9707fe51950f.tar.zst
website-e89fbd7ef3e418629ea2533cf4fa9707fe51950f.zip
server: remove sentry
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: