Skip to content

Commit fe9f8d3

Browse files
committed
add medium article deploy script
1 parent 51b82e0 commit fe9f8d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Spring Boot Overriding Environment Variables Guide
1+
# Java Spring Boot Overriding Environment Variables Guide
22

33

44
This is an example of overriding the application.yml file with the OS environment variables.

medium_deploy.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
MEDIUM_USER_ID = "USER_ID"
1010
MEDIUM_API_URL = f"https://api.medium.com/v1/users/{MEDIUM_USER_ID}/posts"
1111
MEDIUM_TOKEN = "TOKEN"
12-
TITLE = "NLP Sentiment Analysis on Restaurant Reviews"
13-
FILE_NAME = "nlp-sentiment-analysis-restaurant.md"
12+
TITLE = "Java Spring Boot Overriding Environment Variables Guide"
13+
FILE_NAME = "README.md"
1414

1515

1616
def main():

0 commit comments

Comments
 (0)