diff --git a/Jenkinsfile b/Jenkinsfile index 35f83cc..d30c17e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,5 +13,13 @@ pipeline { archiveArtifacts artifacts: 'bin/Release/net7.0/linux-x64/publish/*' } } + stage('Deploy'){ + when{ + branch "release" + } + steps{ + + } + } } } \ No newline at end of file