Skip to content

Commit

Permalink
chore(all): deploy on staging with argocd (#1371)
Browse files Browse the repository at this point in the history
Co-authored-by: David Ragot <david@formance.com>
  • Loading branch information
Dav-14 and David Ragot authored Apr 3, 2024
1 parent f5f3e61 commit 7aa62eb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,12 @@ deploy:
FROM --pass-args core+vcluster-deployer-image
RUN kubectl patch Versions.formance.com default -p "{\"spec\":{\"auth\": \"${tag}\"}}" --type=merge

deploy-staging:
BUILD --pass-args stack+deployer-module --MODULE=auth

pre-commit:
WAIT
BUILD --pass-args +tidy
BUILD --pass-args +tidy
END
BUILD --pass-args +lint

Expand Down

0 comments on commit 7aa62eb

Please sign in to comment.