标签: python amazon-web-services heroku version-control flask
到目前为止,我一直在使用heroku来部署我的Flask应用程序,我使用了简单的git命令,如:
git add . git commit -m "code changes" git push heroku master
每次我需要更改代码时,在我的heroku应用程序中推送我的代码。
现在我已经开始使用AWS,我如何在AWS中拥有类似的功能,这样我就不必每次都转到文件位置并更改它,然后重新启动apache以反映更改。
任何帮助表示感谢。