Skip to content

Commit 1e79152

Browse files
committed
docs: update release flow readme
1 parent 5c73996 commit 1e79152

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,15 @@ Post-build script for fixing metadata tags and adding headers.
2828
```bash
2929
npm run post-build
3030
```
31+
32+
## Deployment
33+
34+
1. Push changes to the `main` branch
35+
36+
2. Wait for the automatic deployment with GitHub Actions: [build.yaml](.github/workflows/build.yaml)
37+
38+
3. GitHub workflow action will create new release with current date tag
39+
40+
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)
41+
42+
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

0 commit comments

Comments
 (0)