From 2ad01419cdd614be6343a8d33fe56b45b46057c5 Mon Sep 17 00:00:00 2001 From: Keannu Bernasol Date: Fri, 30 Aug 2024 22:46:40 +0800 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2aab694..875788b 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,15 @@ This is a Django template that I personally use for my projects. This covers the - Selenium (Optional, for webscraping with support for Chrome and Firefox drivers) - Stripe Subscriptions (Optional, with regular and pro-rated subscription support) - Notifications (via traditional RESTful endpoints) +- CI/CD pipeline templating with Woodpecker for automated deployments + +A live API demo can be found [here](https://api.template.06222001.xyz/swagger) ## Development - Create a copy of the `.env.sample` file and name it as `.env` in the same directory - Populate .env with values -- Run `docker-compose up -f docker-compose.dev.yml` +- Run `docker-compose -f docker-compose.dev.yml up` Be sure to follow through the steps shown in the `stripe-listener` container for initial setup with Stripe!