diff options
| -rw-r--r-- | Earthfile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |