diff options
author | Alan Pearce | 2024-04-24 11:55:30 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-24 11:55:30 +0200 |
commit | 94add79717dbac9a68a6ee389953ec6a38c259c6 (patch) | |
tree | ce2bd2614b31d0631d1b628ff0fa1e6c8d7eebdd /justfile | |
parent | a20707fc8982d76e60c2e6cd058baa32334c7a4f (diff) | |
download | website-94add79717dbac9a68a6ee389953ec6a38c259c6.tar.lz website-94add79717dbac9a68a6ee389953ec6a38c259c6.tar.zst website-94add79717dbac9a68a6ee389953ec6a38c259c6.zip |
create sentry deployments after deploying
Diffstat (limited to 'justfile')
-rwxr-xr-x | justfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile index 067be4a..56bbd07 100755 --- a/justfile +++ b/justfile @@ -65,5 +65,5 @@ sentry-finalise-release: 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 }} |