test
All checks were successful
Deploy via SSH on push / deploy-via-ssh (push) Successful in 16s

This commit is contained in:
2025-12-01 10:45:58 +00:00
parent a3ee00474f
commit 6e90e18f0b
2 changed files with 0 additions and 2 deletions

View File

@@ -31,4 +31,3 @@ jobs:
docker compose up -d --build docker compose up -d --build
echo "Deployment completed!" echo "Deployment completed!"
EOF EOF
- run: echo "The deployment job has finished with status ${{ job.status }}."

View File

@@ -13,7 +13,6 @@ body {
background-size: cover; background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;
background: #2c2c2c; /* Dark background to match navbar */
color: #f8f9fa; /* Light text for readability */ color: #f8f9fa; /* Light text for readability */
display: flex; display: flex;
flex-direction: column; flex-direction: column;