Skip to content
Merged
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
10 changes: 5 additions & 5 deletions .github/workflows/deploy-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
projects/data/6db2f1ee-9b6f-4f4f-8381-2fb43060478a/github/registry_host DECKHOUSE_DEV_REGISTRY_HOST | DECKHOUSE_DEV_REGISTRY_HOST ;
projects/data/101ceaca-97cd-462f-aed5-070d9b9de175/dev-registry/writetoken login | DECKHOUSE_DEV_REGISTRY_USER ;
projects/data/101ceaca-97cd-462f-aed5-070d9b9de175/dev-registry/writetoken password | DECKHOUSE_DEV_REGISTRY_PASSWORD ;
projects/data/6db2f1ee-9b6f-4f4f-8381-2fb43060478a/github/documentation_deploy_secret KUBECONFIG_BASE64_DEV | KUBECONFIG_BASE64_DEV ;
projects/data/6db2f1ee-9b6f-4f4f-8381-2fb43060478a/github/documentation_deploy_secret KUBECONFIG_BASE64_DEV_25 | KUBECONFIG_BASE64_DEV ;

- name: Check dev registry credentials
id: check_dev_registry
Expand Down Expand Up @@ -107,8 +107,8 @@ jobs:
env: ${{ steps.env.outputs.env }}
env:
WERF_REPO: ${{ steps.check_dev_registry.outputs.web_registry_path }}
WERF_SET_URL: "global.url=deckhouse.${{ steps.env.outputs.env }}.flant.com"
WERF_SET_URL_RU: "global.url_ru=deckhouse.ru.${{ steps.env.outputs.env }}.flant.com"
WERF_SET_URL: "global.url=deckhouse.${{ steps.env.outputs.env }}.flant.dev"
WERF_SET_URL_RU: "global.url_ru=deckhouse-ru.${{ steps.env.outputs.env }}.flant.dev"

- name: Update comment - deployment succeeded
if: success() && steps.comment.outputs.result
Expand All @@ -124,8 +124,8 @@ jobs:
}
const repoName = context.repo.repo;
const appName = repoName.startsWith('website-') ? repoName.replace(/^website-/, '') : repoName;
const urlEn = `https://deckhouse.${env}.flant.com/products/${appName}/documentation/`;
const urlRu = `https://deckhouse.ru.${env}.flant.com/products/${appName}/documentation/`;
const urlEn = `https://deckhouse.${env}.flant.dev/products/${appName}/documentation/`;
const urlRu = `https://deckhouse-ru.${env}.flant.dev/products/${appName}/documentation/`;

await github.rest.issues.updateComment({
owner: context.repo.owner,
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ module github.com/deckhouse/website-development-platform

go 1.24.2

require github.com/deckhouse/hugo-web-product-module v0.1.4 // indirect
require github.com/deckhouse/hugo-web-product-module v0.1.5 // indirect
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github.com/deckhouse/hugo-web-product-module v0.1.4 h1:P+L59/PGPm6dFV9yAooOahyzzw2qcP1mzdAwJmI8COs=
github.com/deckhouse/hugo-web-product-module v0.1.4/go.mod h1:iLVlLSCkbOoi7RjYm5RjwAQi+Whs6DjSumhaH1GBjqw=
github.com/deckhouse/hugo-web-product-module v0.1.5 h1:pvP39VlRHwU/R5gYEZ7Gx/qybSgdZrlV59ypFZXJCrE=
github.com/deckhouse/hugo-web-product-module v0.1.5/go.mod h1:iLVlLSCkbOoi7RjYm5RjwAQi+Whs6DjSumhaH1GBjqw=
Loading