Compare commits

..

No commits in common. "d5c6a468eb647d2796bea436f1f63f7d0bc1a359" and "4028675dd01729ff4e72b553b03142e274b35d4f" have entirely different histories.

3 changed files with 0 additions and 10 deletions

7
Jenkinsfile vendored
View File

@ -2,13 +2,6 @@ def deploy() {
node('ubuntu') {
try {
checkout scm
// Only deploy from main branch
def branch = env.BRANCH_NAME ?: sh(script: 'git rev-parse --abbrev-ref HEAD', returnStdout: true).trim()
if (branch != 'main') {
echo "Skipping deployment: not on main branch (current branch: ${branch})"
return
}
nodejs(nodeJSInstallationName: 'Node23') {
stage('Install') {

View File

@ -1,8 +1,6 @@
# The Hideout UI
[![Build Status](https://ci.tombutcher.work/buildStatus/icon?job=thehideout%2FTheHideout-UI%2Fmain&style=flat-square&subject=deployment)](https://ci.tombutcher.work/job/thehideout/job/TheHideout-UI/job/main/)
This is the front-end web application for **The Hideout** ([thehideoutltd.com](https://thehideoutltd.com)), built with **React.js** and hosted on **Cloudflare Pages**. The website showcases rental properties with beautiful image galleries, property details, booking integrations, and a contact form for inquiries.
## Tech Stack

View File

@ -975,7 +975,6 @@ hr.th-divider {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom: 1px solid var(--th-textColor);
padding-top: 66.6667%;
}
.th-property-card-placeholder-image {