Add caddyfile and emergency docker-compose
Some checks failed
Portfolio/pipeline/head There was a failure building this commit

This commit is contained in:
2026-01-08 12:56:54 +01:00
parent 9f7c4dbb2e
commit b7443eb21a
3 changed files with 17 additions and 1 deletions

3
Jenkinsfile vendored
View File

@@ -18,6 +18,9 @@ pipeline {
steps {
echo "Deploy new portfolio version..."
sh "docker compose up -d"
// Keep updated docker-compose.yml for safety
sh "cp docker-compose.yml /home/lucas/services/portfolio/docker-compose.yml"
}
}
}