Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 20241217 prodfix #1333

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/deploy-converter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
${{ runner.os }}-build-
${{ runner.os }}-
- run: npm ci
- run: npm run converter:test
- run: npm run converter:build:prod
- run: npm run converter:deploy -- convert/${ACTION_NAME}
env:
Expand Down
4 changes: 2 additions & 2 deletions converter.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# the origin to fetch content from
origin: https://author-p93411-e849602.adobeaemcloud.com
origin: https://author-p93411-e849552.adobeaemcloud.com/
suffix: ".html?wcmmode=disabled"
internalHost: https://main--danaher-ls-aem--hlxsites.hlx.live
internalHost: https://main--danaher-ls-aem-prod--hlxsites.hlx.live
# the live urls of the content
# this is used to make absolute links to the urls domain reliatve
# it may be an array, if there are mutliple urls possible like
Expand Down
4 changes: 2 additions & 2 deletions fstab.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
mountpoints:
/:
url: https://1050314-569danaherxwalk-stage.adobeioruntime.net/api/v1/web/convert/main/
url: https://1050314-569danaherxwalk.adobeioruntime.net/api/v1/web/convert/main/
type: markup
suffix: ".html?wcmmode=disabled"

Expand All @@ -11,4 +11,4 @@ folders:
/us/en/blog/topics/: /us/en/blog/topics-template
/us/en/news/topics/: /us/en/news/topics-template
/us/en/library/topics/: /us/en/library/topics-template
/us/en/we-see-a-way/solutions/: /us/en/we-see-a-way
/us/en/we-see-a-way/solutions/: /us/en/we-see-a-way
Loading