Skip to content

Commit

Permalink
Finish update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nopara73 committed Sep 21, 2024
1 parent 2c55815 commit 9b3ecae
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ServerDeployment.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Deploying Server
# Updating Server

```sh
sudo apt update && sudo apt upgrade -y
cd LongevityWorldCup/
git pull
sudo systemctl stop longevityworldcup.service
sudo dotnet publish LongevityWorldCup.Website/LongevityWorldCup.Website.csproj --configuration Release --output /var/www/LongevityWorldCup/publish
sudo systemctl start longevityworldcup.service
sudo systemctl status longevityworldcup.service
```

0 comments on commit 9b3ecae

Please sign in to comment.