change directory structure slightly
All checks were successful
Web/pipeline/head This commit looks good

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' branch 'master'
} }
steps { steps {
sh "rm -rf ${env.DEST}/*" sh "rm -rf /var/www/ellpeck/*"
sh "cp -r main/_site/. /var/www/ellpeck"
sh "cp -r main/_site/. ${env.DEST}"
sh "cp -r actaddmanual ${env.DEST}"
sh "cp -r commissions ${env.DEST}"
} }
} }
} }
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