14 Commits

Author SHA1 Message Date
64d5b7fbbe
feat: use two deploy branches for CI builds
This way we have two branches on GitHub that reflect the state of the
website after CI build has finished and pushed. See README.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-02-20 10:14:31 +01:00
jinhojang6
fb0436b9ce docs: update README 2023-09-06 00:26:57 +09:00
SWB
6dcd73c759
BREAKING CHANGE: implement docusaurus (#36)
* BREAKING CHANGE: implement docusaurus
2023-06-01 21:48:43 +01:00
swb
057b1512ab add jenkinsfile and CNAME file
The current implementation of the site builder requires content
repo to be submited as a zip file for production using env vars
`CONTENT_SOURCE_TYPE=git` and `CONTENT_SOURCE_URL=repo-link.zip`
which is not considered a best practice. Due to this, a race
condition may occur during the build process if another commit
is made while the build is in progress which may lead a security
flow. To work around this,first, we checkout into `src` using
`checkoutToSubdirectory('src')`. Then, we use `local_folder`
mode using `CONTENT_SOURCE_TYPE=local_folder` and
`CONTENT_SOURCE_URL=..src` env vars, just like a local develop.
`local_folder` mode copies the website files from `src` into
`docs` because the site builder is incapable of copying it.
We checkout the builder into the `builder` directory and run
the `install` and `build` commands inside of that directory.
Finally, for publish stages, we copy the `out` directory into
the site repo, since the out directory is in the wrong repo.
2023-03-16 16:52:06 +01:00
amir houieh
716eac8205
Update README.md 2022-08-03 12:01:38 +02:00
amir houieh
b5f28cfdb2
Test publishing pipeline 2022-08-03 10:40:09 +02:00
Franck R
5207ab6350
Migrate to acid-info (#14) 2022-06-22 11:04:59 +10:00
Franck Royer
648936b9ba
Document change process 2022-06-11 00:48:31 +10:00
775cedd4f3
change domain from wakunetwork.com to waku.org
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-04-11 20:04:47 +02:00
51100a3bfa
move from waku.vac.dev to wakunetwork.com
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-01-21 15:44:42 +01:00
efea26d5e0 ci: add Jenkinsfile, refactor Gulp config
Also updated `README` and cleaned up `package.json`.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-01-18 10:07:25 +01:00
Pawel
e383c0ef8f Change npm to yarn 2021-11-02 13:41:47 +01:00
Pawel
53516f4cec WAKU website 2021-10-19 16:09:03 +02:00
oskarth
3dc50553c3
Initial commit 2021-10-01 14:09:46 +08:00