fix makefile I hope
This commit is contained in:
@@ -5,7 +5,7 @@ cd $DOMAIN_DIR
|
||||
service_file=$DOMAIN.service
|
||||
echo "
|
||||
[Unit]
|
||||
Description=Deployment of $DOMAIN (on port $PORT, from $REPO/$BRANCH:$COMMIT_HASH)
|
||||
Description=Deployment of $DOMAIN (on port $PORT, from $REPO/$BRANCH:$COMMIT_HASH) [$DEPLOYMENT_ID]
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
@@ -24,6 +24,9 @@ WantedBy=multi-user.target
|
||||
|
||||
echo -e "SHELL := /bin/bash
|
||||
|
||||
id:
|
||||
\techo $DEPLOYMENT_ID
|
||||
|
||||
status:
|
||||
\tsystemctl status deployer-$DOMAIN
|
||||
|
||||
|
||||
Reference in New Issue
Block a user