Reverted changes
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Shahan Nedadahandeh 2022-06-18 12:30:11 -07:00
parent 2a03276419
commit 540132bfd4
Signed by: snedadah
GPG Key ID: 8638C7F917385B01
2 changed files with 1 additions and 3 deletions

View File

@ -6,4 +6,3 @@
- Clone the [server repo](https://git.csclub.uwaterloo.ca/snedadah/webhooks), fill in desired links, update env file with the auth token, update STAGING_AUTH_TOKEN in drone to match. Run `./run.sh` to start server in the background.
- Possibly put a crontab to restart the script on [startup](https://stackoverflow.com/questions/12973777/how-to-run-a-shell-script-at-startup)

View File

@ -4,8 +4,7 @@ import React from "react";
export default function Home() {
return (
<p>
Click <Link href="/playground">here</Link> to visit the playground new
changes
Click <Link href="/playground">here</Link> to visit the playground
</p>
);
}