Use build
instead of deploy
This commit is contained in:
parent
2ddb938288
commit
74a0ff4be5
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -9,7 +9,7 @@ pipeline {
|
|||
sh "chmod -R 777 ./*"
|
||||
|
||||
sh "sudo bundle install"
|
||||
sh "bundle exec jekyll deploy"
|
||||
sh "bundle exec jekyll build"
|
||||
|
||||
sh "mv ./_site/ ./blueanimates/"
|
||||
sh "rm -R /usr/share/nginx/blueanimates/"
|
||||
|
|
Reference in a new issue