Skip to content

Commit

Permalink
Testing SSH key
Browse files Browse the repository at this point in the history
  • Loading branch information
rfraposa committed Apr 11, 2022
1 parent bf52d82 commit 66589a6
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
if: success()
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.DEPLOY_DOCS_TOKEN }}
deploy_key: ${{ secrets.ROBOT_CLICKHOUSE_SSH_KEY }}
external_repository: ClickHouse/clickhouse-docs-content
publish_branch: main
publish_dir: docs
Expand Down
2 changes: 1 addition & 1 deletion docs/en/whats-new/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ sidebar_label: Roadmap

The roadmap for the year 2022 is published for open discussion [here](https://github.com/ClickHouse/ClickHouse/issues/32513).

{## [Original article](https://clickhouse.com/docs/en/roadmap/) ##}
[Original article](https://clickhouse.com/docs/en/roadmap/)
13 changes: 9 additions & 4 deletions docs/ru/commercial/cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@ sidebar_position: 1
sidebar_label: "Поставщики облачных услуг ClickHouse"
---

# Поставщики облачных услуг ClickHouse {#clickhouse-cloud-service-providers}
# ClickHouse Cloud Service

:::info
Detailed public description for ClickHouse cloud services is not ready yet, please [contact us](https://clickhouse.com/company/#contact) to learn more.
:::
We are building a [serverless hosted ClickHouse offering](https://clickhouse.com/cloud/) that is:
- Cloud-agnostic
- No infrastructure to manage
- Automatic scaling
- Consumption-based pricing
- Turnkey data migration services
- World-class security and privacy guarantees
- Reduce total cost of ownership and let us take the worry out of operating ClickHouse, at any scale.
4 changes: 2 additions & 2 deletions docs/ru/commercial/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ sidebar_label: "Коммерческие услуги"

Категории услуг:

- [Облачные услуги](../commercial/cloud.md)
- [Поддержка](../commercial/support.md)
- [Облачные услуги](https://clickhouse.com/cloud/)
- [Поддержка](https://clickhouse.com/support/program/)
2 changes: 1 addition & 1 deletion docs/ru/engines/database-engines/materialized-mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ CREATE DATABASE mysql ENGINE = MaterializedMySQL('localhost:3306', 'db', 'user',

### DDL-запросы {#ddl-queries}

DDL-запросы в MySQL конвертируются в соответствующие DDL-запросы в ClickHouse ([ALTER](../../sql-reference/statements/alter/index.md), [CREATE](../../sql-reference/statements/create/index.md), [DROP](../../sql-reference/statements/drop.md), [RENAME](../../sql-reference/statements/rename.md)). Если ClickHouse не может конвертировать какой-либо DDL-запрос, он его игнорирует.
DDL-запросы в MySQL конвертируются в соответствующие DDL-запросы в ClickHouse ([ALTER](../../sql-reference/statements/alter/index.md), [CREATE](../../sql-reference/statements/create/index.md), [DROP](../../sql-reference/statements/drop), [RENAME](../../sql-reference/statements/rename.md)). Если ClickHouse не может конвертировать какой-либо DDL-запрос, он его игнорирует.

### Репликация данных {#data-replication}

Expand Down
3 changes: 0 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ const config = {
showLastUpdateTime: false,
sidebarCollapsed: true,
routeBasePath: '/',
exclude: [
'**/changelog*/**',
],
},
theme: {
customCss: require.resolve('./src/css/custom.css'),
Expand Down

0 comments on commit 66589a6

Please sign in to comment.