mirror of
https://github.com/vacp2p/vac.dev.git
synced 2026-01-08 06:13:57 -05:00
* ci: Add new issues to project board * chore: Add GH labels * chore: Sync labels * Update README Small change to trigger CI
722 B
722 B
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.