Compare commits

...

2 Commits

Author SHA1 Message Date
andrzej 1f7c6289c4 double glob to catch folders
Gitea/resume/pipeline/head This commit looks good Details
2024-05-26 18:31:06 +02:00
andrzej 63976fcbd3 move css to css folder 2024-05-26 18:30:55 +02:00
4 changed files with 3 additions and 3 deletions

2
Jenkinsfile vendored
View File

@ -4,7 +4,7 @@ pipeline {
stages {
stage('deploy'){
steps{
sshPublisher(publishers: [sshPublisherDesc(configName: 'Demos', transfers: [sshTransfer(cleanRemote: false, excludes: '', execCommand: '', execTimeout: 120000, flatten: false, makeEmptyDirs: false, noDefaultExcludes: false, patternSeparator: '[, ]+', remoteDirectory: 'ssh-uploads/resume', remoteDirectorySDF: false, removePrefix: '', sourceFiles: '*')], usePromotionTimestamp: false, useWorkspaceInPromotion: false, verbose: false)])
sshPublisher(publishers: [sshPublisherDesc(configName: 'Demos', transfers: [sshTransfer(cleanRemote: false, excludes: '', execCommand: '', execTimeout: 120000, flatten: false, makeEmptyDirs: false, noDefaultExcludes: false, patternSeparator: '[, ]+', remoteDirectory: 'ssh-uploads/resume', remoteDirectorySDF: false, removePrefix: '', sourceFiles: '**')], usePromotionTimestamp: false, useWorkspaceInPromotion: false, verbose: false)])
}
}
}

View File

@ -6,8 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Andrzej Stepien : Coder for Hire</title>
<link rel="stylesheet" href="defaults.css" />
<link rel="stylesheet" href="styles.css" />
<link rel="stylesheet" href="css/defaults.css" />
<link rel="stylesheet" href="css/styles.css" />
</head>
<body>