Skip to content

Commit 0e3c33d

Browse files
committed
Link to the backend deploy instructions
1 parent d3d9aad commit 0e3c33d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deploy.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
### Deploying the frontend for the demo on github pages
22

3+
> To update the *backend*, see the [wiki](https://github.com/vgteam/sequenceTubeMap/wiki/Deploying-the-Tube-Map).
4+
35
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.
46

57
- 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/
1820
- Run `yarn run predeploy` followed by `yarn run deploy`.
1921

2022
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`.
23+

0 commit comments

Comments
 (0)