Skip to content

Commit

Permalink
Update dashboard_deploy.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianRojas6 authored Nov 20, 2024
1 parent 5418b6b commit e827279
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/dashboard_deploy.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Dashboard deployment
# Despliegue del Dashboard

The dashboard is a simple React Vite application so it should
be straightforward to deploy.
El dashboard es una simple aplicación de React Vite, por lo que debería
ser fácil de desplegar.

## Cloudflare Pages

With the help of GitHub Actions, the deployment is mostly automated.
Ensure you have the following in place:
Con la ayuda de GitHub Actions, el despliegue está mayormente automatizado.
Asegúrate de tener lo siguiente configurado:

1. **Set up GitHub Secrets:** Add your `CLOUDFLARE_API_TOKEN` and `CLOUDFLARE_ACCOUNT_ID` in your GitHub repository secrets.
1. **Configurar GitHub Secrets:** Añade tu `CLOUDFLARE_API_TOKEN` y `CLOUDFLARE_ACCOUNT_ID` en los secretos de tu repositorio de GitHub.

2. **Verify the GitHub Actions Workflow:** Ensure the workflow file is properly configured to build and deploy the application. The configuration is in
2. **Verificar el flujo de trabajo de GitHub Actions:** Asegúrate de que el archivo de flujo de trabajo esté configurado correctamente para construir y desplegar la aplicación. La configuración está en
`.github/workflows/cloudflare-deploy.yml`

Deployed at <https://burrito-dashboard.pages.dev/>
Desplegado en <https://burrito-dashboard.pages.dev/>

0 comments on commit e827279

Please sign in to comment.