mirror of
https://github.com/simon987/dataarchivist.net.git
synced 2025-12-12 11:18:51 +00:00
Remove powered by footer
This commit is contained in:
13
jenkins/Jenkinsfile
vendored
13
jenkins/Jenkinsfile
vendored
@@ -16,15 +16,17 @@ pipeline {
|
||||
}
|
||||
stages {
|
||||
stage('Build') {
|
||||
agent none
|
||||
steps {
|
||||
sh 'git submodule init && git submodule update --remote'
|
||||
sh 'hugo && mv public/ webroot/'
|
||||
stash includes: 'webroot/', name: 'webdist'
|
||||
node('master') {
|
||||
checkout scm
|
||||
sh 'git submodule init && git submodule update --remote'
|
||||
sh 'hugo && mv public/ webroot/'
|
||||
stash includes: 'webroot/', name: 'webdist'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
stage('Deploy') {
|
||||
agent none
|
||||
steps {
|
||||
node('master') {
|
||||
unstash 'webdist'
|
||||
@@ -37,4 +39,3 @@ pipeline {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user