This repository contains ready to use Qovery Lifecycle Jobs examples
- Fork this project
- Create a new Lifecycle Job
- Select your forked repository with the appropriate branch (e.g.
main
) - Set the "Root application path" to the example you want to use (e.g.
examples/seed-a-database-with-replibyte
) - Set the "Dockerfile path" to the Dockerfile in the example you want to use (e.g.
Dockerfile
)
Are you looking for a complete Lifecycle Job guide? Check this one
Here is a list of all the examples
Description | Folder |
---|---|
Seed a Postgres database with a SQL script | here |
Seed a database with Replibyte | here |
Call HTTP endpoint when an Environment is created | here |
Create and Destroy an AWS RDS instance with Terraform | here |
Create and Destroy an AWS Lambda with Serverless | here |
Create and Destroy an AWS EC2 instance with Pulumi | here |
Execute a Helm chart | here |
Execute a shell script | here |
Execute a shell script and pass env vars to other services | here |
Build static frontend app (NextJS) and upload assets on AWS Cloudfront | here |
Create and Destroy a MongoDB Atlas instance with Terraform | WIP |
- Do you need any help? Open an issue.
- Do you want to share a template? Open a Pull Request.
Feel free to contact us via our public forum