diff --git a/appveyor.yml b/appveyor.yml index ed1079f..a98edd2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -31,7 +31,11 @@ environment: artifacts: - path: work\image - name: $(APPVEYOR_PROJECT_NAME) + name: $(APPVEYOR_PROJECT_NAME)-$(APPVEYOR_BUILD_VERSION) - path: work\log name: log + +deploy: + - provider: Environment + name: my \ No newline at end of file diff --git a/ci/appveyor.ps1 b/ci/appveyor.ps1 index fc1b746..05f1330 100644 --- a/ci/appveyor.ps1 +++ b/ci/appveyor.ps1 @@ -16,4 +16,4 @@ SetupSnoreSend "$env:APPVEYOR_BUILD_FOLDER\work\image\bin" @{ "Pushover-SECONDARY_BACKEND/Enabled.v1" = "true"}} -SendSnoreNotification "Build complete!" "Build of SnoreNotify succeeded!" \ No newline at end of file +SendSnoreNotification "Build complete!" "Build of SnoreNotify succeeded" \ No newline at end of file