update Jenkinsfile

This commit is contained in:
2026-02-18 11:37:31 +03:00
parent 4e2c6dff58
commit 4dbb48cb00

4
Jenkinsfile vendored
View File

@@ -17,7 +17,7 @@ pipeline {
tar -xzf go.tar.gz
'''
}
}
}
stage('Build') {
steps {
sh 'PATH=$PATH:$WORKSPACE/go/bin ./hugo --minify'
@@ -29,7 +29,7 @@ pipeline {
scp -o StrictHostKeyChecking=no -r public/* root@172.17.0.1:${DEPLOY_PATH}/
'''
}
}
}
}
post {
success {