@codedrifters/configulator 0.0.324 → 0.0.325
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.d.mts +10 -0
- package/lib/index.d.ts +10 -0
- package/lib/index.js +2 -0
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +2 -0
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -35387,6 +35387,8 @@ var AwsDeployWorkflow = class _AwsDeployWorkflow extends Component21 {
|
|
|
35387
35387
|
if: "hashFiles('cdk-outputs.json') != ''",
|
|
35388
35388
|
shell: "bash",
|
|
35389
35389
|
run: [
|
|
35390
|
+
'# Convention: CfnOutputs whose logical ID ends in "Endpoint" are surfaced.',
|
|
35391
|
+
"# See docs/packages/@codedrifters/configulator/workflows/aws-deploy-workflow#surfacing-deploy-urls",
|
|
35390
35392
|
'echo "## Deployed endpoints" >> "$GITHUB_STEP_SUMMARY"',
|
|
35391
35393
|
`jq -r '[.[] | to_entries[] | select(.key | test("Endpoint$")) | .value] | .[] | "- [\\(.)](\\(.))"' cdk-outputs.json | tee deploy-urls.md >> "$GITHUB_STEP_SUMMARY"`,
|
|
35392
35394
|
'echo "" >> "$GITHUB_STEP_SUMMARY"',
|