test
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Shahan Nedadahandeh 2022-06-06 19:54:37 -07:00
parent 30d9eed4a0
commit 6a9c4016c3
Signed by: snedadah
GPG Key ID: 8638C7F917385B01
2 changed files with 2 additions and 1 deletions

View File

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

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
Click <Link href="/playground">here</Link> to visit the playground 1
</p>
);
}