Skip to content

pushing updates

Amber Yust edited this page Mar 14, 2024 · 3 revisions

Pushing changes to prod

TODO: More here

Git setup

git remote add staging [email protected]:roster-staging
git remote add prod [email protected]:roster

Pushing

  1. Sync the main branch
  2. git push staging or git push prod
Clone this wiki locally