Added jenkins file
This commit is contained in:
parent
ab22669b02
commit
2dcb748830
1 changed files with 14 additions and 0 deletions
14
Jenkinsfile
vendored
Normal file
14
Jenkinsfile
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage('deploy') {
|
||||
steps {
|
||||
sh '''bundle install &&
|
||||
|
||||
|
||||
|
||||
cap production deploy'''
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue