diff --git a/.drone.yml b/.drone.yml index b2b5d22..1741090 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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' diff --git a/pages/index.tsx b/pages/index.tsx index 830c52b..cf6dd3d 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -4,7 +4,7 @@ import React from "react"; export default function Home() { return (

- Click here to visit the playground 4 + Click here to visit the playground 5

); }