aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Earthfile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Earthfile b/Earthfile
index 76a43d1b..6d4e33fe 100644
--- a/Earthfile
+++ b/Earthfile
@@ -7,6 +7,7 @@ WORKDIR /due
all:
BUILD +lint
BUILD +docker
+ BUILD +git
dev:
LOCALLY
@@ -32,6 +33,11 @@ docker:
SAVE IMAGE --push fuwn/due-next:latest
+git:
+ LOCALLY
+
+ RUN git push
+
build:
FROM +source