Skip to content

Commit 2675222

Browse files
committedNov 5, 2022
Release v1.0.3 - Instant Deploy on Render
1 parent f0ce7be commit 2675222

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [1.0.3] 2022-11-05
4+
### Improvements
5+
6+
- Updated for Deploy on RENDER using [Python Deployer](https://github.com/app-generator/deploy-automation-render)
7+
- `python.exe .\deployer.py flask https://github.com/app-generator/api-server-flask`
8+
- The new API is usable via `https://api-server-flask-<RANDOM>.onrender.com/api/`
9+
310
## [1.0.2] 2022-06-07
411
### Improvements
512

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Simple [Flask API Boilerplate](https://appseed.us/boilerplate-code/flask-api-boi
1111
-`Flask-restX`, `Flask-jwt_extended`
1212
-**Docker**, `Unitary tests`
1313
- 🚀 `Instant Deploy` on RENDER using [Python Deployer](https://github.com/app-generator/deploy-automation-render)
14-
- `python.exe deployer.py django <THIS_REPO> "run:app"`
14+
- `python.exe deployer.py flask <THIS_REPO> "run:app"`
1515

1616
<br />
1717

0 commit comments

Comments
 (0)
Failed to load comments.