From e5de0bb34c65b8a246bacd090f748050c156380f Mon Sep 17 00:00:00 2001 From: Maxence Maireaux Date: Wed, 25 Sep 2024 23:33:43 +0200 Subject: [PATCH] ci: Fix Earthfile --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 7aa62f3..c0e0e92 100644 --- a/Earthfile +++ b/Earthfile @@ -57,7 +57,7 @@ deploy: RUN kubectl patch Versions.formance.com default -p "{\"spec\":{\"auth\": \"${tag}\"}}" --type=merge deploy-staging: - BUILD --pass-args core+deployer-module --MODULE=auth + BUILD --pass-args core+deploy-staging pre-commit: WAIT