File tree Expand file tree Collapse file tree
web/app/(main)/project-invite Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Trigger Render Deploy
14- uses : johnnymanz/github-render-deploy@v1.0.0
15- with :
16- service-id : ${{ secrets.RENDER_API_SERVICE_ID }}
17- api-key : ${{ secrets.RENDER_API_KEY }}
14+ run : curl -X POST ${{ secrets.RENDER_API_DEPLOY_HOOK }}
Original file line number Diff line number Diff line change 2020 vercel-org-id : ${{ secrets.VERCEL_ORG_ID }}
2121 vercel-project-id : ${{ secrets.VERCEL_PROJECT_ID }}
2222 vercel-args : ' --prod'
23+ github-token : ${{ secrets.GITHUB_TOKEN }}
2324 github-deployment-outcall : true
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Trigger Render Deploy
14- uses : johnnymanz/github-render-deploy@v1.0.0
15- with :
16- service-id : ${{ secrets.RENDER_WORKER_SERVICE_ID }}
17- api-key : ${{ secrets.RENDER_API_KEY }}
14+ run : curl -X POST ${{ secrets.RENDER_WORKER_DEPLOY_HOOK }}
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ const app = createApp();
55const PORT = env . PORT || "5000" ;
66
77app . listen ( PORT , ( ) => {
8- console . log ( `[server]: API Service is running on port ${ PORT } ` ) ;
8+ console . log ( `[server]: API Service running on port ${ PORT } ` ) ;
99} ) ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import PageClient from "./page-client";
33
44export const metadata = {
55 title : "Project Invite" ,
6- description : "project invite " ,
6+ description : "Project Invite " ,
77} ;
88
99function Page ( ) {
You can’t perform that action at this time.
0 commit comments