File tree Expand file tree Collapse file tree 1 file changed +1
-19
lines changed
Expand file tree Collapse file tree 1 file changed +1
-19
lines changed Original file line number Diff line number Diff line change @@ -23,22 +23,6 @@ Make sure runAllTests.m is on your MATLAB paths
2323
2424TODO
2525
26- ### Break down into end to end tests
27-
28- Explain what these tests test and why
29-
30- ```
31- Give an example
32- ```
33-
34- ### And coding style tests
35-
36- Explain what these tests test and why
37-
38- ```
39- Give an example
40- ```
41-
4226## Deployment
4327
4428To work properly you need to create install a Github app on your target repository and download the private key. Update your .env file like so:
@@ -47,9 +31,8 @@ To work properly you need to create install a Github app on your target reposito
4731GITHUB_PRIVATE_KEY=path\to\private-key.pem
4832GITHUB_APP_IDENTIFIER=1234
4933GITHUB_WEBHOOK_SECRET=
50- WEBHOOK_PROXY_URL=https://smee.io/abcd
34+ WEBHOOK_PROXY_URL=
5135RIGBOX_REPO_PATH=C:\Path\To\Code\Repo
52- COVERALLS_TOKEN=
5336```
5437
5538To run at startup create a batch file with the following command:
@@ -62,7 +45,6 @@ Create a shortcut in your startup folder ([Windows-logo] + [R] in Windows-10 and
6245
6346## Built With
6447
65- * [ Coveralls] ( coveralls.io ) - Code coverage
6648* [ Serveo] ( serveo.net ) - SSH tunneling service
6749* [ Shields.io] ( shields.io ) - Display shields
6850
You can’t perform that action at this time.
0 commit comments