Open brian-ai-assistant-dev[bot] opened 1 year ago
Name | Link |
---|---|
Latest commit | 2d4505d75b222d7254e456c675a3d325df1b7444 |
Latest deploy log | https://app.netlify.com/sites/willowy-kleicha-1542e1/deploys/64b576d77c498f0008f6f3ae |
Deploy Preview | https://deploy-preview-70--willowy-kleicha-1542e1.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
To add GitHub Actions for building, testing, and deploying the web application, I have created a
main.yml
file inside the.github/workflows
directory and added a test script to thepackage.json
file. Themain.yml
file defines two jobs:build
anddeploy
. Thebuild
job is triggered on every push to themain
branch and performs the steps of checking out the code, installing dependencies, building the application, and running tests. Thedeploy
job is dependent on thebuild
job and is triggered when thebuild
job is successful. It also checks out the code, installs dependencies, and deploys the application to production. I have also provided the updatedpackage.json
file with the added `