You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because qa--applicant-portal.netlify.app was already used for a branch deployment, it cannot be used for a cli deployment. However, there is a training available. We will need to create a new environment and update the ngnix proxy redirect the NYCID login to the that environment.
Also, the master alias was already used for a branch deploy; it would be fruitless to try deploying to it. We should remove that job from the GitHub action.
Acceptance criteria
The qa deployment alias is changed to qa2
The deploy-client-master job is removed
The deploy-client-prod is renamed to deploy-client
The nginx proxy redirects both production domains to the production netlify environment
The nginx proxy redirects the qa to domain to the qa2 netlify environment
The text was updated successfully, but these errors were encountered:
Description
Because
qa--applicant-portal.netlify.app
was already used for a branch deployment, it cannot be used for a cli deployment.However, there is aWe will need to create a new environment and update the ngnix proxy redirect the NYCID login to the that environment.training
available.Also, the
master
alias was already used for a branch deploy; it would be fruitless to try deploying to it. We should remove that job from the GitHub action.Acceptance criteria
qa
deploymentalias
is changed toqa2
qa2
netlify environmentThe text was updated successfully, but these errors were encountered: