diff --git a/website/_deploy.sh b/website/_deploy.sh index e9adc43..55c036d 100644 --- a/website/_deploy.sh +++ b/website/_deploy.sh @@ -1,10 +1,10 @@ +# Setup website service +cp ./website/systemd/website.service /etc/systemd/system + # Pull website sources cd /srv/www git pull origin main -# Setup website service -cp ./website/systemd/website.service /etc/systemd/system - # Start website systemctl daemon-reload systemctl enable website