Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Add home volume mount for che-theia editor (#811)
Browse files Browse the repository at this point in the history
Add home folder volume mount for che-theia editor. The GitHub authentication session is saved in this directory, so the GitHub authentication will be restored after workspace restart.
  • Loading branch information
vinokurig authored Jan 22, 2021
1 parent 3c46a86 commit b684ccc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/happy-path.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ name: Happy Path
on:
pull_request:
paths:
- '.github/workflows/happy-path.yaml'
- '**/*'
- '!sidecars/**'
push:
paths:
- '.github/workflows/happy-path.yaml'
- '**/*'
- '!sidecars/**'

jobs:
Expand Down
4 changes: 4 additions & 0 deletions che-editors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ editors:
volumeMounts:
- name: plugins
path: "/plugins"
- name: theia-local
path: "/home/theia/.theia"
mountSources: true
ports:
- exposedPort: 3100
Expand Down Expand Up @@ -176,6 +178,8 @@ editors:
volumeMounts:
- name: plugins
path: "/plugins"
- name: theia-local
path: "/home/theia/.theia"
mountSources: true
ports:
- exposedPort: 3100
Expand Down

0 comments on commit b684ccc

Please sign in to comment.