* Fix deploy conditions in CI script
The deploy conditions had been using a powershell-only variable, and not a environment variable. This meant that the deployment failed on both Windows and Linux (expected only on Linux).
* Remove an extra newline
* Remove Debug statements from appveyor build script