first pass
This commit is contained in:
19
Makefile.template
Normal file
19
Makefile.template
Normal 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
|
||||
Reference in New Issue
Block a user