Reverted changes

shahanneda/test-ci/test/test/tes
Shahan Nedadahandeh 10 months ago
parent 2a03276419
commit 540132bfd4
Signed by: snedadah
GPG Key ID: 8638C7F917385B01
  1. 1
      docs/CI.md
  2. 3
      pages/index.tsx

@ -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)

@ -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>
);
}

Loading…
Cancel
Save