@portaldx/plugin-deploy-schedule
v2.0.3
Published
List the Deploys scheduled in Cronhooks in a simple way.
Downloads
1
Readme
@portaldx/plugin-deploy-schedule
List the Deploys scheduled in Cronhooks in a simple way.
This plugin was created through the Backstage CLI
Requirements
- Backstage Project;
- Node.js v16.14.x
Use
app-config.yaml
[...]
proxy:
'/chronhooks':
target: 'https://api.cronhooks.io/'
changeOrigin: true
allowedMethods: [GET, POST, PUT, DELETE]
allowedHeaders: ['Authorization']
pathRewrite:
'^/api/proxy/chronhooks/': '/'
headers:
Authorization: ${TOKEN_CRONHOOKS}
[...]
routes.tsx
packages/app/src/routes.tsx
import { DeploySchedulePage } from '@portaldx/plugin-deploy-schedule'
[...]
const routes = (
<FlatRoutes>
[...]
<Route path="/deploy-schedule" element={<DeploySchedulePage />} />
</FlatRoutes>
);
Developed with ❤️ by the MadeiraMadeira SRE Team