You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. clone this repo: `git clone https://github.com/jupyter/nbviewer.org-deploy`
16
-
3. Run helm upgrade `cd nbviewer.org-deploy; bash deploy.sh`
31
+
1. check the latest version of the nbviewer repo (https://github.com/jupyter/nbviewer/commits)
32
+
2. store the latest commit in `NBVIEWER_VERSION` in [.github/workflows/cd.yaml](.github/workflows/cd.yml)
33
+
3. check the latest tag of the [nbviewer image](https://hub.docker.com/r/jupyter/nbviewer/tags)
34
+
4. update the tag in [config/nbviewer.yaml](config/nbviewer.yaml)
17
35
18
-
**NOTE: The invoke tasks.py has not been updated**
36
+
Open a pull request, and it should be deployed to nbviewer.org upon merge.
37
+
38
+
Generating these pull requests _should_ be automated, as is done [on mybinder.org-deploy](https://github.com/jupyterhub/mybinder.org-deploy/pull/3427).
19
39
20
40
## Current deployment
21
41
@@ -25,18 +45,8 @@ Right now, nbviewer is run on OVHCloud via helm in the namespace `nbviewer`.
25
45
26
46
Python dependencies:
27
47
28
-
pip install -r requirements.txt
29
-
30
-
31
-
### Upgrading
32
-
33
-
To upgrade the deployment in-place:
34
-
35
-
```
36
-
invoke upgrade
37
-
```
48
+
pip install -r requirements.in # (or requirements.txt for a locked env)
0 commit comments