Skip to content

Commit 544cce4

Browse files
committed
WIP
1 parent 6131ce6 commit 544cce4

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

.controlplane/templates/app.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,17 @@ spec:
2828
# Identity is needed to access secrets
2929
kind: identity
3030
name: {{APP_IDENTITY}}
31+
32+
I stay at 3% and … believe it or not - I recommend that the Buyer’s Agent also gets 3%!
33+
34+
Here’s WHY:
35+
36+
-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.
37+
38+
NOTE: They are all going to put 3% in their Buyer Agency Agreements… just ‘in case’ that 3% 'hoped for' commission is offered.
39+
40+
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.
41+
42+
SO
43+
44+
Why not OFFER that 3% and stick to this Asking Price (or near it)!?

.github/workflows/deploy-to-control-plane-review-app.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ jobs:
341341
});
342342
343343
const currentJob = jobs.jobs.find(job => job.name === context.job);
344-
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}`;
344+
const currentJobUrl = `${process.env.GITHUB_SERVER_URL}/${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId}/job/${currentJob.id}`;
345345
346346
// Update the PR comment with correct job URLs
347347
await github.rest.issues.updateComment({
@@ -357,7 +357,7 @@ jobs:
357357
'',
358358
process.env.CONSOLE_LINK,
359359
'',
360-
`📝 [View Build Logs](${process.env.BUILD_LOGS_URL}?pr=${process.env.PR_NUMBER})`,
360+
`📝 [View Build Logs](${process.env.BUILD_LOGS_URL})`,
361361
`📝 [View Deploy Logs](${currentJobUrl})`
362362
].join('\n')
363363
});
@@ -393,7 +393,7 @@ jobs:
393393
});
394394
395395
const currentJob = jobs.jobs.find(job => job.name === context.job);
396-
const logsUrl = `${process.env.GITHUB_SERVER_URL}/${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId}/job/${currentJob.id}?pr=${prNumber}`;
396+
const logsUrl = `${process.env.GITHUB_SERVER_URL}/${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId}/job/${currentJob.id}`;
397397
398398
// Create GitHub deployment status
399399
const deploymentStatus = {

0 commit comments

Comments
 (0)