File tree 3 files changed +14
-2
lines changed
3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 1.0.13] 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
+
3
9
## [ 1.0.12] 2024-10-28
4
10
### Changes
5
11
Original file line number Diff line number Diff line change 7
7
8
8
![ Soft UI Design - Full-Stack Starter generated by AppSeed.] ( https://user-images.githubusercontent.com/51070104/168812602-e35bad42-823f-4d3e-9d13-87a6c06c5a63.png )
9
9
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 />
11
17
12
18
## Start with Docker
13
19
Original file line number Diff line number Diff line change 1
1
services :
2
2
- type : web
3
3
name : flask-soft-design
4
- plan : starter
4
+ plan : free
5
5
env : python
6
6
region : frankfurt # region should be same as your database region.
7
7
buildCommand : " ./build.sh"
You can’t perform that action at this time.
0 commit comments