Update deployment instructions and service user/group
This commit is contained in:
parent
2cda43edc9
commit
e35eb6c788
2 changed files with 3 additions and 3 deletions
|
@ -53,7 +53,7 @@ echo ""
|
|||
echo "🚀 Next steps to deploy ICE Watch:"
|
||||
echo ""
|
||||
echo "1. Clone your repository:"
|
||||
echo " git clone https://github.com/yourusername/icewatch.git /opt/icewatch"
|
||||
echo " git clone https://github.com/deco/ice.git /opt/icewatch"
|
||||
echo ""
|
||||
echo "2. Set up the application:"
|
||||
echo " cd /opt/icewatch"
|
||||
|
|
|
@ -5,8 +5,8 @@ Wants=network.target
|
|||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=icewatch
|
||||
Group=icewatch
|
||||
User=drone
|
||||
Group=drone
|
||||
WorkingDirectory=/opt/icewatch
|
||||
ExecStart=/usr/bin/node server.js
|
||||
Restart=always
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue