diff options
author | Alan Pearce | 2024-06-11 09:22:32 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-11 09:22:32 +0200 |
commit | e89fbd7ef3e418629ea2533cf4fa9707fe51950f (patch) | |
tree | 1c90d4ab8a283fcc9c299fddedada8747ab9a2f8 /justfile | |
parent | a9337d346ca6d82bbe203d50b176af9b7c146db0 (diff) | |
download | website-e89fbd7ef3e418629ea2533cf4fa9707fe51950f.tar.lz website-e89fbd7ef3e418629ea2533cf4fa9707fe51950f.tar.zst website-e89fbd7ef3e418629ea2533cf4fa9707fe51950f.zip |
server: remove sentry
Diffstat (limited to 'justfile')
-rwxr-xr-x | justfile | 1 |
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: |