#doitlive

This commit is contained in:
Steve Nolen 2019-08-16 09:03:07 -04:00
commit 9bc7dafa5a

2
Jenkinsfile vendored
View file

@ -35,7 +35,7 @@ pipeline {
branch 'master'
}
steps {
sh 'make serverless-deploy'
sh 'make serverless-deploy.production'
}
}
}