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 {
|
pipeline {
|
||||||
agent any
|
agent {
|
||||||
|
docker 'ruby:2.3'
|
||||||
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('deploy') {
|
stage('deploy') {
|
||||||
steps {
|
steps {
|
||||||
sh '''bundle install &&
|
sh 'bundle install && cap production deploy'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
cap production deploy'''
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue