5 Commits

Author SHA1 Message Date
dependabot[bot]
0f92e43c53 Bump @docusaurus/preset-classic from 2.0.0-beta.15 to 2.4.1
Bumps [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic) from 2.0.0-beta.15 to 2.4.1.
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v2.4.1/packages/docusaurus-preset-classic)

---
updated-dependencies:
- dependency-name: "@docusaurus/preset-classic"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-16 02:01:45 +00:00
8474cde70e specify kubectl version 2023-04-27 17:08:54 +03:00
Shakar
b38a071c8d Use the new github runner that can deploy public repos
Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
2023-04-27 16:01:04 +03:00
Shakar
b2a9bee17a Adds SIDEKIQ__REDIS_URL
Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
2023-04-06 11:21:26 +03:00
Shakar
9fc3370f81 Adds Redis__URL
Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
2023-04-06 10:55:51 +03:00
4 changed files with 17889 additions and 4041 deletions

View File

@@ -22,7 +22,7 @@ env:
jobs:
deploy:
timeout-minutes: 10
runs-on: ubuntu-20.04
runs-on: [self-hosted, ubuntu-jammy, public]
environment:
url: ${{ inputs.env_url }}
name: ${{ inputs.env_name }}
@@ -32,7 +32,9 @@ jobs:
uses: actions/checkout@v3
- name: Kubectl tool installer
uses: Azure/setup-kubectl@v3
uses: azure/setup-kubectl@v3
with:
version: v1.25.8
- uses: azure/k8s-set-context@v3
with:

View File

@@ -23,6 +23,8 @@ The following table lists the environment variables that are common to all DIT m
| S3\_\_UPLOADS_API_BUCKET | The name of the S3 bucket used for storing uploaded files via Uploads API |
| SIDEKIQ\_\_USERNAME | The username for accessing the Sidekiq web interface |
| SIDEKIQ\_\_PASSWORD | The password for accessing the Sidekiq web interface |
| SIDEKIQ\_\_REDIS_URL | The URL of the redis database used by the Sidekiq web interface |
| REDIS\_\_URL | The URL format for the connection string of redis database server |
| REDIS\_\_CONNECTION_STRING | The connection string of redis database server |
| REDIS_SENTINEL\_\_HOST | The host name or IP address of the Redis Sentinel server |
| REDIS_SENTINEL\_\_PORT | The port number of the Redis Sentinel server |

21920
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -15,7 +15,7 @@
},
"dependencies": {
"@docusaurus/core": "2.0.0-beta.15",
"@docusaurus/preset-classic": "2.0.0-beta.15",
"@docusaurus/preset-classic": "2.4.1",
"@mdx-js/react": "^1.6.21",
"clsx": "^1.1.1",
"prism-react-renderer": "^1.2.1",