diff --git a/.drone.yml b/.drone.yml index a2450f9..b2b5d22 100644 --- a/.drone.yml +++ b/.drone.yml @@ -41,8 +41,8 @@ steps: from_secret: harbour_password tags: latest registry: registry.cloud.csclub.uwaterloo.ca - - repo: registry.cloud.csclub.uwaterloo.ca/snedadah/csc-class-profile + + repo: registry.cloud.csclub.uwaterloo.ca/snedadah/csc-class-profile-staging diff --git a/pages/index.tsx b/pages/index.tsx index e8b67c1..d105a1d 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 1 + Click here to visit the playground 2

); }