-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use env values in configs * deploy cms to new org * add deployment to old cms config * deploy auth cms to the new org * seperate config auth cms old * add manual deployment * add push trigger * add branch to trigger * use new org auth url * add whitelist callback * deploy to productin * update whitelist urls * remove hard coded url * remove hard coded url - WIP * update whitelist config * redeploy cms and auth * Update Page “online-communities” * cleanup * use old pipeline trigger * fix event issue * Test deployment --------- Co-authored-by: bgharbi <[email protected]> Co-authored-by: AmalyStark <[email protected]>
- Loading branch information
1 parent
508742e
commit 78bf840
Showing
10 changed files
with
27 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export interface Env { | ||
OAUTH_GITHUB_CLIENT_ID: string | ||
OAUTH_GITHUB_CLIENT_SECRET: string | ||
OAUTH_GITHUB_CLIENT_ID: string; | ||
OAUTH_GITHUB_CLIENT_SECRET: string; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters