mirror of
https://github.com/vacp2p/vac.dev.git
synced 2026-01-09 14:47:59 -05:00
680266718272c0a7cd681ab4fafd1ecbdfb7460f
* list new deploy process in README * Update README.md Co-authored-by: ksr <kaiserd@users.noreply.github.com>
Vac.dev Website
made and deployed with logos site-builder
Continuous Deloyment
stagingbranch is deployed to staging.vac.devmasterbranch is deployed to vac.dev
Change Process
- Create a new working branch from
staging:git checkout staging; git checkout -b my-changes; - Proceed with changes, push to
originand 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.
Description
Languages
MDX
99.3%
JavaScript
0.5%
Nix
0.1%