mirror of
https://github.com/acid-info/vac.dev.git
synced 2025-02-18 14:56:36 +00: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
staging
branch is deployed to staging.vac.devmaster
branch 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
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
.