aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-12-09 22:20:52 -0800
committerFuwn <[email protected]>2023-12-09 22:20:52 -0800
commit299c7fbc2b03b8fa60b91f1dd147829ddf2f717b (patch)
tree611249db4bba5cc7be8d2ce0b099af024e4f4a69
parentfix: eslint lints (diff)
downloaddue.moe-299c7fbc2b03b8fa60b91f1dd147829ddf2f717b.tar.xz
due.moe-299c7fbc2b03b8fa60b91f1dd147829ddf2f717b.zip
ci(earthly): add git push after all pushes
-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