Skip to content

OswaldLabsOpenSource/deployer

Repository files navigation

☁️ Deployer

GitHub Vulnerabilities Oswald Labs Platform

This tools helps us deploy applications to our servers.

⭐ How it works

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.

🛠️ Development

Install dependencies:

yarn

Compile Typescript to CommonJS before running the server:

yarn build

Run local server:

yarn start

📝 License

MIT