change directory structure slightly
All checks were successful
Web/pipeline/head This commit looks good
10
Jenkinsfile
vendored
|
@ -16,15 +16,9 @@ pipeline {
|
|||
branch 'master'
|
||||
}
|
||||
steps {
|
||||
sh "rm -rf ${env.DEST}/*"
|
||||
|
||||
sh "cp -r main/_site/. ${env.DEST}"
|
||||
sh "cp -r actaddmanual ${env.DEST}"
|
||||
sh "cp -r commissions ${env.DEST}"
|
||||
sh "rm -rf /var/www/ellpeck/*"
|
||||
sh "cp -r main/_site/. /var/www/ellpeck"
|
||||
}
|
||||
}
|
||||
}
|
||||
environment {
|
||||
DEST = "/var/www/ellpeck"
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 2.2 MiB After Width: | Height: | Size: 2.2 MiB |
Before Width: | Height: | Size: 521 KiB After Width: | Height: | Size: 521 KiB |
Before Width: | Height: | Size: 2.4 MiB After Width: | Height: | Size: 2.4 MiB |
Before Width: | Height: | Size: 423 KiB After Width: | Height: | Size: 423 KiB |
Before Width: | Height: | Size: 401 KiB After Width: | Height: | Size: 401 KiB |
Before Width: | Height: | Size: 944 KiB After Width: | Height: | Size: 944 KiB |