change directory structure slightly
Web/pipeline/head This commit looks good Details

This commit is contained in:
Ell 2021-08-10 22:11:29 +02:00
parent ff53a22e69
commit 2935dabcfc
15 changed files with 2 additions and 8 deletions

10
Jenkinsfile vendored
View File

@ -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"
}
}

View File

Before

Width:  |  Height:  |  Size: 2.2 MiB

After

Width:  |  Height:  |  Size: 2.2 MiB

View File

Before

Width:  |  Height:  |  Size: 521 KiB

After

Width:  |  Height:  |  Size: 521 KiB

View File

Before

Width:  |  Height:  |  Size: 2.4 MiB

After

Width:  |  Height:  |  Size: 2.4 MiB

View File

Before

Width:  |  Height:  |  Size: 423 KiB

After

Width:  |  Height:  |  Size: 423 KiB

View File

Before

Width:  |  Height:  |  Size: 401 KiB

After

Width:  |  Height:  |  Size: 401 KiB

View File

Before

Width:  |  Height:  |  Size: 944 KiB

After

Width:  |  Height:  |  Size: 944 KiB