[x] Everyone on the team, and the instructor and TAs, are all able to
login with OAuth and see that they have admin privileges.
Details
Set up a separate Dokku instance for QA. Adapt the instructions from
the file docs/dokku.md in the repo. The QA (quality assurance) instance
starts with the main branch, but later on, you will be able to deploy
any branch to this instance. You typically do this when you have a PR
that is being code reviewed. You can use the your team's Slack channel
to coordinate who is deploying what to QA at any given time.
Acceptance Criteria:
team02-qa
is created on this team's dokku server.GOOGLE_CLIENT_ID
andGOOGLE_CLIENT_SECRET
: https://ucsb-cs156.github.io/topics/dokku/environment_variables.htmlDetails
Set up a separate Dokku instance for QA. Adapt the instructions from the file
docs/dokku.md
in the repo. The QA (quality assurance) instance starts with the main branch, but later on, you will be able to deploy any branch to this instance. You typically do this when you have a PR that is being code reviewed. You can use the your team's Slack channel to coordinate who is deploying what to QA at any given time.