-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5418b6b
commit e827279
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/> |