forked from openedx/frontend-app-discussions
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eb127cd
commit 925251e
Showing
5 changed files
with
789 additions
and
194 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,5 @@ | ||
NODE_ENV='production' | ||
ACCESS_TOKEN_COOKIE_NAME='' | ||
BASE_URL='' | ||
CREDENTIALS_BASE_URL='' | ||
CSRF_TOKEN_API_PATH='' | ||
ECOMMERCE_BASE_URL='' | ||
LANGUAGE_PREFERENCE_COOKIE_NAME='' | ||
LMS_BASE_URL='' | ||
LEARNING_BASE_URL='' | ||
LOGIN_URL='' | ||
LOGOUT_URL='' | ||
LOGO_URL='' | ||
LOGO_TRADEMARK_URL='' | ||
LOGO_WHITE_URL='' | ||
FAVICON_URL='' | ||
MARKETING_SITE_BASE_URL='' | ||
ORDER_HISTORY_URL='' | ||
REFRESH_ACCESS_TOKEN_ENDPOINT='' | ||
SEGMENT_KEY='' | ||
SITE_NAME='' | ||
USER_INFO_COOKIE_NAME='' | ||
SUPPORT_URL='' | ||
LEARNER_FEEDBACK_URL='' | ||
STAFF_FEEDBACK_URL='' | ||
APP_ID=discussions | ||
PUBLIC_PATH=/discussions/ | ||
MFE_CONFIG_API_URL=/api/mfe_config/v1 | ||
NODE_ENV=production | ||
ENABLE_NEW_RELIC=false |
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
name: Build and deploy tutor | ||
on: | ||
push: | ||
branches: [ "quince" ] | ||
|
||
jobs: | ||
deploy: | ||
permissions: | ||
actions: write | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Trigger community-theme-tutor pipeline | ||
run: | | ||
curl --request POST --form token=${{ secrets.GITLAB_PIPELINE_TOKEN }} --form ref=main https://gitlab.com/api/v4/projects/48712583/trigger/pipeline |
Oops, something went wrong.