From 53b7cef2c0706730fef6fff8dfd055f1ca901ba1 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Sun, 12 Mar 2023 01:38:47 -0500 Subject: [PATCH] Add push --- justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/justfile b/justfile index 28b31b1..8c8b99d 100644 --- a/justfile +++ b/justfile @@ -1,6 +1,9 @@ # Rust test needs to be built after because the web crate depends on js-build build: fmt js-build rust-build rust-test +push: + podman push gitea.austen-wares.com/public/xpin-server + rust-test: cargo test --all cargo fmt --all --check