You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+12
Original file line number
Diff line number
Diff line change
@@ -28,3 +28,15 @@ Post-build script for fixing metadata tags and adding headers.
28
28
```bash
29
29
npm run post-build
30
30
```
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