jenkins update
This commit is contained in:
parent
2dcb748830
commit
09b183b490
1 changed files with 4 additions and 6 deletions
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
|
|
@ -1,13 +1,11 @@
|
|||
pipeline {
|
||||
agent any
|
||||
agent {
|
||||
docker 'ruby:2.3'
|
||||
}
|
||||
stages {
|
||||
stage('deploy') {
|
||||
steps {
|
||||
sh '''bundle install &&
|
||||
|
||||
|
||||
|
||||
cap production deploy'''
|
||||
sh 'bundle install && cap production deploy'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue