Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
fix: test automatic revision with terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
tomschall committed Jun 7, 2023
1 parent c78efd4 commit a86ec27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function Page({
fallbackUsers: QwackerUserResponse;
fallbackUserLoggedIn: User;
}) {
console.log('<3 <3 <3 Cloud Run deployment works!! <3 <3 <3');
console.log("<3 <3 <3 New Release get's deployed successfully <3 <3 <3");
return (
<>
<NextSeo title={`${Content.seo.home.title}`} description={`${Content.seo.home.description}`} />
Expand Down

0 comments on commit a86ec27

Please sign in to comment.