Continuous deployment of Flask app in PythonAnywhere

preview_player
Показать описание

I used this pages as a source:

00:00 Intro
00:24 Creating an application
01:30 Setting our app with git
04:23 Continuous deployment
6:57 Git Hooks
10:30 Outro
-----------------
Рекомендации по теме
Комментарии
Автор

Excellent.. straight-to-the-point explanations & very helpful demos - thanks

rampariyapurath
Автор

Hey, great video man! You definitely deserve way more subscribers. This video was a lifesaver and helped me finally upload my flask application to the web!! Thanks again!

rehaananjaria
Автор

this has been so helpful!!! thank you for sharing

vojtaripa
Автор

Always a life saver. This video does magic or me everytime. Great work and keep going.

godwinmuthomi
Автор

Brilliant work bro you just saved my day

saliksheraz
Автор

Thanks this video really helped me alot

Sujith
Автор

Best ever explanation. I made it from first try. Much appreciate.

MrSaatchyan
Автор

I was getting error 500 on the webhook. It didn't do the automatic pull. The error was for two reasons: 1) I had not installed the git library in pythonanywhere > pip install GitPython. 2) my branch is named master. I had to change the python code of the /git_update route. Where is main change to master (3 places). I also preferred to create a virtual environment. Therefore, you must include this configuration in the WEB tab. After that everything is working perfectly!

tiagof
Автор

what if I have more than one HTML template? when I try to go to another I get 500 error

skankhunt-zhmo
Автор

Thanks for the video. During the video you mentioned a paid option to achieve continuous integration between PA and github. Could you point me to it? Thx

rampariyapurath
Автор

Hi Friend,
That post merger technique is not working for me now...

if you still have that code deployed somewhere can you please help me by checking if that is still working?

rajveersingh-ixti
Автор

if you could do this for a private repository it would be a bless