File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 33 push :
44 branches :
55 - stage
6+ concurrency :
7+ group : deploy-stage
8+ cancel-in-progress : true
69jobs :
710 deploy :
811 environment : stage
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
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ import "./styles.css";
66
77export const metadata : Metadata = {
88 title : "Vazen" ,
9+ description : "A production grade monorepo starter to build full-stack applications on cloudflare" ,
910} ;
1011
1112export default function RootLayout ( {
You can’t perform that action at this time.
0 commit comments