ci+https-fix
Some checks failed
deploy / test (push) Failing after 59s
deploy / deploy (push) Has been skipped

This commit is contained in:
Untone 2023-11-28 23:02:28 +03:00
parent e3034ee3d6
commit 29738ad34a
2 changed files with 3 additions and 3 deletions

View File

@ -36,6 +36,6 @@ jobs:
run: npm install -g vercel && vercel --version
- name: Deploy to Vercel
run: vercel --prod
run: vercel --prod --scope=VERCEL_PROJECT_ID
env:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}

View File

@ -20,8 +20,8 @@ type AuthorizerContextActions = {
logout: () => Promise<void>
}
const config: ConfigType = {
authorizerURL: 'http://auth.discours.io',
redirectURL: 'http://auth.discours.io',
authorizerURL: 'https://auth.discours.io',
redirectURL: 'https://auth.discours.io',
clientID: '9c113377-5eea-4c89-98e1-69302462fc08', // FIXME: use env?
}