Skip to content

Commit

Permalink
ci/cd hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
lGnyte committed Apr 7, 2024
1 parent d7b8fc4 commit 399ce8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# [START app_yaml]
runtime: nodejs20

service: sonorous-zone-419218
# service: sonorous-zone-419218 # Uncomment and replace with your service name if you want to use a specific service subdomain

handlers:
- url: /.*
Expand Down
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default function Home() {
return (
<main className="p-10">
<p>Google Cloud deploy test</p>
<p>Google Cloud deploy test 2</p>
</main>
);
}
Expand Down

0 comments on commit 399ce8c

Please sign in to comment.