Skip to content

Commit c756708

Browse files
committed
chore: merge branch 'dev' into stage
2 parents 1373239 + 71c252c commit c756708

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/deploy-web-stage.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
push:
44
branches:
55
- stage
6+
concurrency:
7+
group: deploy-stage
8+
cancel-in-progress: true
69
jobs:
710
deploy:
811
environment: stage
@@ -55,5 +58,7 @@ jobs:
5558
SENTRY_PROJECT: ${{secrets.SENTRY_PROJECT}}
5659
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
5760
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
61+
POLAR_ACCESS_TOKEN: ${{ secrets.POLAR_ACCESS_TOKEN }}
62+
POLAR_WEBHOOK_SECRET: ${{ secrets.POLAR_WEBHOOK_SECRET }}
5863
timeout-minutes: 11
5964
run: pnpm deploy:stage

apps/web/src/app/layout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import "./styles.css";
66

77
export const metadata: Metadata = {
88
title: "Vazen",
9+
description: "A production grade monorepo starter to build full-stack applications on cloudflare",
910
};
1011

1112
export default function RootLayout({

0 commit comments

Comments
 (0)