Skip to content

Commit

Permalink
feat: upgrade to quince
Browse files Browse the repository at this point in the history
  • Loading branch information
ghassanmas committed Nov 14, 2023
1 parent eb127cd commit 925251e
Show file tree
Hide file tree
Showing 5 changed files with 789 additions and 194 deletions.
29 changes: 5 additions & 24 deletions .env
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
15 changes: 15 additions & 0 deletions .github/workflows/commmunity-theme-tutor.yml
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
Loading

0 comments on commit 925251e

Please sign in to comment.