all repos — website @ 94add79717dbac9a68a6ee389953ec6a38c259c6

My website

create sentry deployments after deploying
Alan Pearce alan@alanpearce.eu
Wed, 24 Apr 2024 11:55:30 +0200
commit

94add79717dbac9a68a6ee389953ec6a38c259c6

parent

a20707fc8982d76e60c2e6cd058baa32334c7a4f

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M justfilejustfile
@@ -65,5 +65,5 @@ sentry-create-deploy:
     sentry-cli releases deploys {{ version }} new --started {{ started-at }} --finished `date +%s` --env {{ environment }}
 
-deploy registry-and-tag=(fly-registry + ":" + docker-tag): sentry-create-deploy
+deploy registry-and-tag=(fly-registry + ":" + docker-tag): && sentry-create-deploy
     fly deploy --image {{ registry-and-tag }}