Fix notifying the server of new update
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
This commit is contained in:
parent
ebab618926
commit
feb42c1ba7
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ on_success:
|
|||
https://git.nfp.is/api/v1/repos/$APPVEYOR_REPO_NAME/releases/$RELEASE_ID/assets
|
||||
|
||||
echo "Deplying to production"
|
||||
curl -X POST http://192.168.93.50:4010/update/service-upload
|
||||
curl -X POST http://192.168.93.50:4010/update/serviceupload
|
||||
fi
|
||||
|
||||
# on build failure
|
||||
|
|
Loading…
Reference in a new issue