Update dependencies
[rup.git] / deploy.ps1
index 31b5a82..b03e439 100755 (executable)
@@ -4,12 +4,11 @@ if ($args.Count -lt 1) {
    exit 1
 }
 
-
-systemctl --user stop www-rouleunpet.service
-
 git pull
 cargo build --release
 
+systemctl --user stop www-rouleunpet.service
+
 $destination=$args[0]
 
 if (!(Test-Path -Path $destination)) {