first pass

This commit is contained in:
2025-11-29 14:50:33 -05:00
parent cf3015638a
commit 0bfab0bdc8
10 changed files with 631 additions and 0 deletions

19
Makefile.template Normal file
View File

@@ -0,0 +1,19 @@
SHELL := /bin/bash
id:
echo $deploymentId
status:
systemctl status deployer-$host
log:
journalctl -u deployer-$host
cleanlogs:
rm -rf $serviceDir/logs/*
buildlog:
less +F build.log
stop:
systemctl stop deployer-$host