mirror of
https://github.com/vacp2p/research.logos.co.git
synced 2026-04-03 03:01:03 -04:00
fd2c4897a9faa5d45903d03a4122db006b57d72d
CNAME file was located in ./static-assets, but it should be in the `out` directory after the build stage because the `out` folder was created in the `build` stage.
Vac.dev Website
Made and deployed with logos site-builder.
Continuous Deloyment
masterbranch is deployed to https://vac.dev by CI
developbranch is deployed to https://dev.vac.dev by CI
Change Process
- Create a new working branch from
develop:git checkout develop; git checkout -b my-changes; - Proceed with changes, push to
originand open a Pull Request againstdevelop; - Once approved, merge pull request, check changes on dev.vac.dev;
- Once ready to promote to live website, rebase master on staging:
git checkout master; git pull master; git rebase origin/develop; git push.
Copyright
For all research posts under https://vac.dev/research, copyright and related rights are waived via CC0.
Description
Languages
MDX
99.3%
JavaScript
0.5%
Nix
0.1%