From 1e7915291306dbe6da48cf818d2a84ea1bed3f3c Mon Sep 17 00:00:00 2001 From: Georgy Malkov Date: Thu, 4 Apr 2024 11:40:18 +0300 Subject: [PATCH] docs: update release flow readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 71fdc8e..0348d44 100644 --- a/README.md +++ b/README.md @@ -28,3 +28,15 @@ Post-build script for fixing metadata tags and adding headers. ```bash npm run post-build ``` + +## Deployment + +1. Push changes to the `main` branch + +2. Wait for the automatic deployment with GitHub Actions: [build.yaml](.github/workflows/build.yaml) + +3. GitHub workflow action will create new release with current date tag + +4. Go to [datalens-landing](https://github.com/datalens-tech/landing/) repository and manually run `Deploy` workflow action: [link](https://github.com/datalens-tech/landing/actions/workflows/deploy.yml) + +5. GitHub workflow action at landing repository automatically pull new docs release, build and deploy landing and docs to [datalens.tech](https://datalens.tech) as GitHub pages