Skip to content

Commit 3a8a165

Browse files
committed
v1.0.15 - RENDER Deploy Button
1 parent a978255 commit 3a8a165

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [1.0.15] 2024-10-28
4+
### Changes
5+
6+
- Added `Deploy on Render` Button
7+
[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy)
8+
39
## [1.0.14] 2024-10-28
410
### Changes
511

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@
77

88
![Material Kit - Starter generated by AppSeed.](https://user-images.githubusercontent.com/51070104/167396765-c88b7a95-155f-4236-8691-7b80fa2d9cd9.png)
99

10-
<br />
10+
<br />
11+
12+
## Deploy on `Render` (free plan)
13+
14+
[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy)
15+
16+
<br />
1117

1218
## Start with `Docker`
1319

render.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
- type: web
33
name: flask-material-kit
4-
plan: starter
4+
plan: free
55
env: python
66
region: frankfurt # region should be same as your database region.
77
buildCommand: "./build.sh"

0 commit comments

Comments
 (0)