forked from cohabit/server_config
fix: update portfolio_server service source path
This commit is contained in:
parent
099672acf6
commit
811090cd5f
|
@ -3,7 +3,7 @@ cd /srv/portfolio
|
|||
git pull origin main
|
||||
|
||||
# Setup portfolio server service
|
||||
cp /srv/portfolio/portfolio.service /etc/systemd/system
|
||||
cp ./portfolio_server/systemd/portfolio.service /etc/systemd/system
|
||||
|
||||
# Start portfolio server
|
||||
systemctl daemon-reload
|
||||
|
|
Loading…
Reference in a new issue