do not deploy .pdb files

This commit is contained in:
ig 2023-08-23 16:11:50 +02:00
parent d4fdf92009
commit fc981d1019
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ dotnet publish \
echo -e "\n============================ Deploy ============================\n"
rsync -v \
--exclude '*.pdb' \
./bin/Release/$dotnet_version/linux-x64/publish/* \
$username@"$salimax_ip":~/salimax