From d9243173ff89b248f1a909290e92a46cd308915b Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch Date: Sun, 22 Dec 2024 09:00:02 +0100 Subject: WIP: deployment --- acid.yaml.example | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'acid.yaml.example') diff --git a/acid.yaml.example b/acid.yaml.example index 499366e..50cf0ba 100644 --- a/acid.yaml.example +++ b/acid.yaml.example @@ -61,7 +61,12 @@ projects: # Project build script. build: | echo Computing line count... - find . -not -path '*/.*' -type f -print0 | xargs -0 cat | wc -l + find . -not -path '*/.*' -type f -print0 | xargs -0 cat | wc -l \ + | tee count + + # Project deployment script. + deploy: | + # TODO: I have to figure this all out yet. # Time limit in time.ParseDuration format. # The default of one hour should suffice. -- cgit v1.2.3-70-g09d2