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
Copy file name to clipboardexpand all lines: deploy.md
+3
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
### Deploying the frontend for the demo on github pages
2
2
3
+
> To update the *backend*, see the [wiki](https://github.com/vgteam/sequenceTubeMap/wiki/Deploying-the-Tube-Map).
4
+
3
5
Here are the steps to deploy an update to the demo at [https://vgteam.github.io/sequenceTubeMap/](https://vgteam.github.io/sequenceTubeMap/). It updates the `gh-pages` branch of the github repo, which is the source for the demo website.
4
6
5
7
- Add the following line to `package.json`:
@@ -18,3 +20,4 @@ Here are the steps to deploy an update to the demo at [https://vgteam.github.io/
18
20
- Run `yarn run predeploy` followed by `yarn run deploy`.
19
21
20
22
In theory, the same commands should work when using `npm` instead of `yarn`, but I was told that deployment of the `gh-pages` branch fails at least with some versions of `npm` and `node`.
0 commit comments