Skip to content

0xCodeMaieutics/monorepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deployment to Heroku

Setting up backend and frontend apps on Heroku:

$ heroku create -a backend-app
$ heroku create -a client-app

$ heroku buildpacks:add -a backend-app heroku-community/multi-procfile
$ heroku buildpacks:add -a client-app heroku-community/multi-procfile

$ heroku config:set -a backend-app PROCFILE=apps/client/Procfile
$ heroku config:set -a client-app PROCFILE=apps/backend/Procfile

$ heroku buildpacks:add -a backend-app https://github.com/unfold/heroku-buildpack-pnpm
$ heroku buildpacks:add -a client-app https://github.com/unfold/heroku-buildpack-pnpm

$ git push https://git.heroku.com/backend-app.git HEAD:main
$ git push https://git.heroku.com/client-app.git HEAD:main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages