Skip to content

Commit

Permalink
Cloudflare thing
Browse files Browse the repository at this point in the history
  • Loading branch information
luedu1103 committed Nov 13, 2024
1 parent 02c4fe5 commit f14f1cc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/dashboard_deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,11 @@ ensuring it aligns with your performance, scalability, and budget requirements.

To streamline development, implement a Continuous Integration/Continuous Deployment (CI/CD) pipeline. This will automate testing and deployment,
allowing you to focus on building features and improving the dashboard without manual deployment steps.

## 3. Or... just deploy on Cloudflare

With the help of GitHub Actions, the deployment is mostly automated. Ensure you have the following in place:

1. **Set up GitHub Secrets:** Add your `CLOUDFLARE_API_TOKEN` and `CLOUDFLARE_ACCOUNT_ID` in your GitHub repository secrets.
2. **Verify the GitHub Actions Workflow:** Ensure the workflow file is properly configured to build and deploy the application. The configuration is in
`/dashboard/.github/workflows/cloudflare-deploy.yml`

0 comments on commit f14f1cc

Please sign in to comment.