app-monorepo
app-monorepo copied to clipboard
Circleci project setup
PR Summary
-
Introduction of CircleCI Configuration This request includes the implementation of a basic CircleCI configuration in the form of
.circleci/config.yml. This job is primarily designed to say 'hello', providing a proof of concept for further CircleCI integrations, which will streamline and automate various aspects of the development process. -
Setup of GitHub Actions Workflow A new GitHub Actions workflow, termed
onkey.yml, has been added to the system. This workflow, residing in.github/workflows/directory, enables the automatic deployment of the project to Deno Deploy - a secure runtime for JavaScript and TypeScript. This automaton minimizes manual intervention and quickens the deployment process.