mirror of https://github.com/vacp2p/rlnp2p.git
RLNP2P site
https://rlnp2p.vac.dev
60a2913951 | ||
---|---|---|
.github/workflows | ||
static-assets | ||
.gitignore | ||
README.md | ||
config.json | ||
index.md |
README.md
RLNp2p Website
Made and deployed with logos site-builder.
Continuous Deloyment
staging
branch is deployed to staging.rlnp2p.vac.devmaster
branch is deployed to rlnp2p.vac.dev
Change Process
- Create a new working branch from
staging
:git checkout staging; git checkout -b my-changes
; - Proceed with changes, push to
origin
and open a Pull Request againststaging
; - Once approved, merge pull request, check changes on staging.vac.dev;
- Once ready to promote to live website, rebase master on staging:
git checkout master; git pull master; git rebase origin/staging; git push
.