Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
justin808 committed Jan 31, 2025
1 parent 6131ce6 commit 544cce4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions .controlplane/templates/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,17 @@ spec:
# Identity is needed to access secrets
kind: identity
name: {{APP_IDENTITY}}

I stay at 3% and … believe it or not - I recommend that the Buyer’s Agent also gets 3%!

Here’s WHY:

-Buyers are still ’SCARCE’… and ANY Buyer's Agent, that actually has one of these rare things called Beachfront Buyers, is looking to earn a full 3% of the Sales Price.

NOTE: They are all going to put 3% in their Buyer Agency Agreements… just ‘in case’ that 3% 'hoped for' commission is offered.

Therefore - if you lower that commission - the Buyer has to come up with the difference “In Cash” … and, that’s not good for the Buyer who wants to finance 80%, or more, of that commission he’s agreed to pay his Agent.

SO

Why not OFFER that 3% and stick to this Asking Price (or near it)!?
6 changes: 3 additions & 3 deletions .github/workflows/deploy-to-control-plane-review-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ jobs:
});
const currentJob = jobs.jobs.find(job => job.name === context.job);
const currentJobUrl = `${process.env.GITHUB_SERVER_URL}/${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId}/job/${currentJob.id}?pr=${process.env.PR_NUMBER}`;
const currentJobUrl = `${process.env.GITHUB_SERVER_URL}/${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId}/job/${currentJob.id}`;
// Update the PR comment with correct job URLs
await github.rest.issues.updateComment({
Expand All @@ -357,7 +357,7 @@ jobs:
'',
process.env.CONSOLE_LINK,
'',
`📝 [View Build Logs](${process.env.BUILD_LOGS_URL}?pr=${process.env.PR_NUMBER})`,
`📝 [View Build Logs](${process.env.BUILD_LOGS_URL})`,
`📝 [View Deploy Logs](${currentJobUrl})`
].join('\n')
});
Expand Down Expand Up @@ -393,7 +393,7 @@ jobs:
});
const currentJob = jobs.jobs.find(job => job.name === context.job);
const logsUrl = `${process.env.GITHUB_SERVER_URL}/${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId}/job/${currentJob.id}?pr=${prNumber}`;
const logsUrl = `${process.env.GITHUB_SERVER_URL}/${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId}/job/${currentJob.id}`;
// Create GitHub deployment status
const deploymentStatus = {
Expand Down

0 comments on commit 544cce4

Please sign in to comment.