From 6a9c4016c3c3d532baacdb6055c1a804ce0ff5e3 Mon Sep 17 00:00:00 2001 From: shahanneda Date: Mon, 6 Jun 2022 19:54:37 -0700 Subject: [PATCH] test --- .drone.yml | 1 + pages/index.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 57b0a63..a2450f9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -41,6 +41,7 @@ steps: from_secret: harbour_password tags: latest registry: registry.cloud.csclub.uwaterloo.ca + repo: registry.cloud.csclub.uwaterloo.ca/snedadah/csc-class-profile diff --git a/pages/index.tsx b/pages/index.tsx index 4ff1fb7..e8b67c1 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 + Click here to visit the playground 1

); }