diff options
| author | Fuwn <[email protected]> | 2023-12-09 22:20:52 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-12-09 22:20:52 -0800 |
| commit | 299c7fbc2b03b8fa60b91f1dd147829ddf2f717b (patch) | |
| tree | 611249db4bba5cc7be8d2ce0b099af024e4f4a69 | |
| parent | fix: eslint lints (diff) | |
| download | due.moe-299c7fbc2b03b8fa60b91f1dd147829ddf2f717b.tar.xz due.moe-299c7fbc2b03b8fa60b91f1dd147829ddf2f717b.zip | |
ci(earthly): add git push after all pushes
| -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 |