minor corrections
Jes Olson j3s@c3f.net
Tue, 09 Apr 2024 19:00:12 -0400
1 files changed,
2 insertions(+),
3 deletions(-)
M
thought/my-deployment-platform-is-a-shell-script.html
→
thought/my-deployment-platform-is-a-shell-script.html
@@ -56,11 +56,10 @@ cat <<EOF >/etc/init.d/$project"
#!/sbin/openrc-run supervisor="supervise-daemon" - command="/usr/local/bin/j3s.sh" - directory="/root/go-cicd/j3s.sh" + command="/usr/local/bin/$project" + directory="/root/go-cicd/$project" EOF service "$project" restart - exec gocicd fi done