1
0
mirror of https://github.com/bitwarden/cli synced 2025-12-20 18:23:13 +00:00

github deploy on prod_deploy too

This commit is contained in:
Kyle Spearrin
2019-03-20 13:30:28 -04:00
parent 5ef18eebda
commit 4d13a2220b

View File

@@ -120,6 +120,7 @@ after_build:
sudo snap remove bw sudo snap remove bw
./scripts/snap-update.ps1 ./scripts/snap-update.ps1
Push-AppveyorArtifact ./dist/snap/bw_${env:PACKAGE_VERSION}_amd64.snap
} }
else { else {
echo "Deploy Windows..." echo "Deploy Windows..."
@@ -159,4 +160,4 @@ deploy:
on: on:
branch: master branch: master
APPVEYOR_REPO_TAG: true APPVEYOR_REPO_TAG: true
PROD_DEPLOY: false