ci+https-fix
This commit is contained in:
parent
e3034ee3d6
commit
29738ad34a
|
@ -36,6 +36,6 @@ jobs:
|
||||||
run: npm install -g vercel && vercel --version
|
run: npm install -g vercel && vercel --version
|
||||||
|
|
||||||
- name: Deploy to Vercel
|
- name: Deploy to Vercel
|
||||||
run: vercel --prod
|
run: vercel --prod --scope=VERCEL_PROJECT_ID
|
||||||
env:
|
env:
|
||||||
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
|
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
|
||||||
|
|
|
@ -20,8 +20,8 @@ type AuthorizerContextActions = {
|
||||||
logout: () => Promise<void>
|
logout: () => Promise<void>
|
||||||
}
|
}
|
||||||
const config: ConfigType = {
|
const config: ConfigType = {
|
||||||
authorizerURL: 'http://auth.discours.io',
|
authorizerURL: 'https://auth.discours.io',
|
||||||
redirectURL: 'http://auth.discours.io',
|
redirectURL: 'https://auth.discours.io',
|
||||||
clientID: '9c113377-5eea-4c89-98e1-69302462fc08', // FIXME: use env?
|
clientID: '9c113377-5eea-4c89-98e1-69302462fc08', // FIXME: use env?
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user