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
Right now, the frontend code in ./code-cupid-frontent has to be manually built and added to an S3 bucket for hosting. We should automate this, so that every time a change is pushed to main, a new version of the frontend is built and deployed. GitHub Actions seem like a good mechanism for this task.
The text was updated successfully, but these errors were encountered:
Right now, the frontend code in
./code-cupid-frontent
has to be manually built and added to an S3 bucket for hosting. We should automate this, so that every time a change is pushed tomain
, a new version of the frontend is built and deployed. GitHub Actions seem like a good mechanism for this task.The text was updated successfully, but these errors were encountered: