From a6fb01df69645acea0be0a3d925265b5bed24611 Mon Sep 17 00:00:00 2001 From: Federico Terzi Date: Sat, 21 Sep 2019 12:17:47 +0200 Subject: [PATCH] Add deploy on Azure pipeline --- ci/build-linux.yml | 1 + ci/deploy.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/ci/build-linux.yml b/ci/build-linux.yml index fab9ecd..f236fd7 100644 --- a/ci/build-linux.yml +++ b/ci/build-linux.yml @@ -6,4 +6,5 @@ steps: tar czf "espanso-linux-$VER.tar.gz" espanso cd ../.. cp target/release/espanso-linux-*.gz . + ls -la displayName: "Cargo build and packaging" \ No newline at end of file diff --git a/ci/deploy.yml b/ci/deploy.yml index 805e048..1ba753a 100644 --- a/ci/deploy.yml +++ b/ci/deploy.yml @@ -2,6 +2,7 @@ parameters: github: isPreRelease: false repositoryName: '$(Build.Repository.Name)' + gitHubConnection: "federico-terzi" dependsOn: [] displayName: "Release to github"