Add deploy on Azure pipeline
This commit is contained in:
parent
918fe4d2c5
commit
a6fb01df69
|
@ -6,4 +6,5 @@ steps:
|
||||||
tar czf "espanso-linux-$VER.tar.gz" espanso
|
tar czf "espanso-linux-$VER.tar.gz" espanso
|
||||||
cd ../..
|
cd ../..
|
||||||
cp target/release/espanso-linux-*.gz .
|
cp target/release/espanso-linux-*.gz .
|
||||||
|
ls -la
|
||||||
displayName: "Cargo build and packaging"
|
displayName: "Cargo build and packaging"
|
|
@ -2,6 +2,7 @@ parameters:
|
||||||
github:
|
github:
|
||||||
isPreRelease: false
|
isPreRelease: false
|
||||||
repositoryName: '$(Build.Repository.Name)'
|
repositoryName: '$(Build.Repository.Name)'
|
||||||
|
gitHubConnection: "federico-terzi"
|
||||||
dependsOn: []
|
dependsOn: []
|
||||||
displayName: "Release to github"
|
displayName: "Release to github"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user