This tools helps us deploy applications to our servers.
As part of a CI pipeline, the Deployer webhook is called:
curl "https://deployer.oswaldlabs.com/platform/GENERATED_PASSWORD"
Here, GENERATED_PASSWORD
is replaced with an environment variable which has a deployment key.
Similarly, other services can be deployed, based on the deployer.yml file.
Install dependencies:
yarn
Compile Typescript to CommonJS before running the server:
yarn build
Run local server:
yarn start
MIT