added webhook
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Shahan Nedadahandeh 2022-06-06 22:17:26 -07:00
parent 95dcbf4d7c
commit ce345c8441
Signed by: snedadah
GPG Key ID: 8638C7F917385B01
2 changed files with 7 additions and 1 deletions

View File

@ -44,6 +44,12 @@ steps:
repo: registry.cloud.csclub.uwaterloo.ca/snedadah/csc-class-profile-staging
- name: deploy
image: node16
depends_on:
- publish
commands:
- 'curl https://csclub.uwaterloo.ca/~snedadah/webhooks/cscclassprofilestaging'

View File

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