diff options
-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 }} |