Promote dev to uat (CAR-1034 - auth *.farh.net trustedOrigins fix) #27
@@ -47,7 +47,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
registry: ${{ env.REGISTRY }}
|
registry: ${{ env.REGISTRY }}
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GITEA_TOKEN }}
|
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||||
|
|
||||||
- name: Extract metadata
|
- name: Extract metadata
|
||||||
id: meta
|
id: meta
|
||||||
|
|||||||
@@ -115,6 +115,9 @@ export const auth = betterAuth({
|
|||||||
trustedOrigins: [
|
trustedOrigins: [
|
||||||
"http://localhost:3000",
|
"http://localhost:3000",
|
||||||
"http://localhost:5173",
|
"http://localhost:5173",
|
||||||
|
"https://cartsnitch.farh.net",
|
||||||
|
"https://cartsnitch.dev.farh.net",
|
||||||
|
"https://cartsnitch.uat.farh.net",
|
||||||
"https://cartsnitch.com",
|
"https://cartsnitch.com",
|
||||||
"https://dev.cartsnitch.com",
|
"https://dev.cartsnitch.com",
|
||||||
"https://uat.cartsnitch.com",
|
"https://uat.cartsnitch.com",
|
||||||
|
|||||||
Reference in New Issue
Block a user