From 6e4d4eb95a7432459030b05bf236e0bf9cd1e926 Mon Sep 17 00:00:00 2001 From: Raymond Piller Date: Tue, 24 Jul 2018 11:33:11 -0500 Subject: [PATCH] Token changed to: UNT-CASITS --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index d0d1b35..68d29a2 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -34,7 +34,7 @@ deploy: description: QuserObject v$(appveyor_build_version) provider: GitHub auth_token: - secure: 5J0ugv6ihHcLzt2sHc0rU2F+y/htAz8nVERuqPAdnbsYEdyFBJy8POMwWYMwHU4j + secure: Vw4SeFATUV5sFO3gPVSe4PRu8gtUqDxSYUHRfpH+Y2n4U65IKkcFyK1dN+j3ZQq0 artifact: /.*\.zip/ draft: false prerelease: true @@ -48,4 +48,4 @@ on_success: # If build was started by pushed tag; deploy it. - ps: | Write-Host "[AppVeyor] On Success; deploying ..." -Foregroundcolor Green - Invoke-PSDeploy -Path '.\.scripts\deploy.ps1' -Force \ No newline at end of file + Invoke-PSDeploy -Path '.\.scripts\deploy.ps1' -Force