update PaperMod submodule
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -4,7 +4,7 @@ pipeline {
|
|||||||
DEPLOY_HOST = 'web@23.26.156.61'
|
DEPLOY_HOST = 'web@23.26.156.61'
|
||||||
DEPLOY_PATH = '/srv/www/masha-site'
|
DEPLOY_PATH = '/srv/www/masha-site'
|
||||||
SSH_CRED_ID = 'web-ssh'
|
SSH_CRED_ID = 'web-ssh'
|
||||||
HUGO_VERSION = '0.128.1'
|
HUGO_VERSION = '0.149.0'
|
||||||
}
|
}
|
||||||
triggers {
|
triggers {
|
||||||
githubPush()
|
githubPush()
|
||||||
@@ -27,6 +27,7 @@ pipeline {
|
|||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Build site') {
|
stage('Build site') {
|
||||||
steps {
|
steps {
|
||||||
sh './tools/hugo --minify'
|
sh './tools/hugo --minify'
|
||||||
@@ -45,4 +46,3 @@ pipeline {
|
|||||||
failure { echo 'Failed' }
|
failure { echo 'Failed' }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user