deploy: Fix a tiny bug
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
/ deploy (push) Successful in -83h42m53s

This commit is contained in:
Jonatan Nilsson 2023-11-05 06:25:29 +00:00
parent 5e31e785df
commit 70d14b24aa

View file

@ -74,4 +74,6 @@ jobs:
echo "Deplying to production"
echo "curl -X POST http://192.168.93.50:$MAN_PORT/update/$MAN_NAME"
curl -X POST http://192.168.93.50:$MAN_PORT/update/$MAN_NAME
cd ..
done