You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
heroku pipelines:add slds -a ${REVIEW_APP_NAME} -s development
452
-
fi
453
448
fi
454
449
echo "=============================="
455
450
echo ${PUBLISH_STORYBOOK_TO}
@@ -467,15 +462,10 @@ jobs:
467
462
gh api ${STATUS_URL} -f state=success -f environment_url=${SITE_URL} -H "Accept: application/vnd.github.ant-man-preview+json"
468
463
done
469
464
470
-
- run:
471
-
name: Create comment with link to review app
472
-
command: |
473
-
gh api --method POST -H "Accept: application/vnd.github.v3+json" /repos/salesforce-ux/design-system-internal/issues/${PR_NUMBER}/comments -f body="[Storybook Review app](https://${REVIEW_APP_NAME}.herokuapp.com) is ready for [${CIRCLE_SHA1}](https://github.com/salesforce-ux/design-system-internal/commit/${CIRCLE_SHA1})"
474
-
475
465
# Build & publish SLDS site (review app or upcoming/core-main/core-patch)
476
466
publish-site:
477
467
executor: slds-executor
478
-
resource_class: small
468
+
resource_class: medium
479
469
480
470
steps:
481
471
- add_ssh_keys:
@@ -527,11 +517,6 @@ jobs:
527
517
echo "=============================="
528
518
echo ${HEROKU_APP_NAME}
529
519
echo "=============================="
530
-
export EXISTING_REVIEW_APP=$(heroku apps:info -a ${HEROKU_APP_NAME} --json | jq -r ".app.name")
gh api --method POST -H "Accept: application/vnd.github.v3+json" /repos/salesforce-ux/design-system-internal/issues/${PR_NUMBER}/comments -f body="[SLDS Site Review app](https://${HEROKU_APP_NAME}.herokuapp.com) is ready for [${CIRCLE_SHA1}](https://github.com/salesforce-ux/design-system-internal/commit/${CIRCLE_SHA1})"
0 commit comments