You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
firebase deploy in the /functions dir npm run deploy in the /app dir
We should put both of these together into a single script/command to make deployment a single action.
This could also be turned into a Github Action. And we should probably have a "production" branch or some such which is the one deployed to prod and make release numbers there.
This process can be formalized.
The text was updated successfully, but these errors were encountered:
Currently deploying our app has two steps:
firebase deploy
in the/functions
dirnpm run deploy
in the/app
dirWe should put both of these together into a single script/command to make deployment a single action.
This could also be turned into a Github Action. And we should probably have a "production" branch or some such which is the one deployed to prod and make release numbers there.
This process can be formalized.
The text was updated successfully, but these errors were encountered: