mirror of
https://github.com/jarulsamy/Plex-Bot.git
synced 2024-08-19 15:01:55 +02:00
🚀 Automatic deployment through jenkins
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -49,7 +49,7 @@ pipeline {
|
||||
steps {
|
||||
sh ''' source /var/lib/jenkins/miniconda3/etc/profile.d/conda.sh
|
||||
conda activate ${BUILD_TAG}
|
||||
docker build .
|
||||
python deploy/build.py
|
||||
'''
|
||||
}
|
||||
post {
|
||||
@ -58,6 +58,7 @@ pipeline {
|
||||
archiveArtifacts (allowEmptyArchive: true,
|
||||
artifacts: 'dist/*whl',
|
||||
fingerprint: true)
|
||||
sh 'python deploy/push.py'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user