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
To be able to deploy site we need a pipeline to build it and publish it
to a branch from which our caddy-git service will pull for changes.
All of this will be done using nix flake to ease out the
build/development process.
Referenced issue: #1
Signed-off-by: markoburcul <marko@status.im>
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ Welcome to the official documentation for Status Network! This repository contai
10
10
-[Yarn](https://yarnpkg.com/) (v1 or higher)
11
11
-[Git](https://git-scm.com/)
12
12
13
+
If you are familiar with using [Nix shell](https://nix.dev/manual/nix/2.17/command-ref/new-cli/nix3-develop) all of the dependencies will be installed by just running `nix develop` from within this repository which will spawn a new shell.
14
+
13
15
### Installation
14
16
15
17
```bash
@@ -40,6 +42,14 @@ yarn build
40
42
This command generates static content into the `build` directory and can be served using any static contents hosting service.
41
43
42
44
45
+
## CI/CD
46
+
47
+
-[CI builds](https://ci.infra.status.im/job/website/job/docs.status.network/)`master` and pushes to `deploy-master` branch, which is hosted at <https://docs.status.network/>.
48
+
49
+
The hosting is done using [Caddy server with Git plugin for handling GitHub webhooks](https://github.com/status-im/infra-misc/blob/master/ansible/roles/caddy-git).
50
+
51
+
Information about deployed build can be also found in `/build.json` available on the website.
52
+
43
53
## 📝 Contributing
44
54
45
55
We welcome contributions from the community! Here's how you can help improve our documentation:
0 commit comments