diff --git a/Earthfile b/Earthfile index aca9f15f0..5f0db1a10 100644 --- a/Earthfile +++ b/Earthfile @@ -96,7 +96,7 @@ deploy: RUN kubectl patch Versions.formance.com default -p "{\"spec\":{\"ledger\": \"${tag}\"}}" --type=merge deploy-staging: - BUILD --pass-args core+deployer-module --MODULE=ledger + BUILD --pass-args core+deploy-staging lint: FROM core+builder-image