Use aws cloud9 as VPS not IDE

ⅰ亾dé卋堺 提交于 2019-12-25 01:15:06

问题


I want to use aws cloud9 as VPS not IDE, is it possible? I made some progress already

using codecommit to push code from local pc to amazon service and when by running below command it's working:

forever stopall
git clone // clonning repo from codecommit 
forever start index.js

but I still have to open aws cloud9 on my browser and run above commands manually every time I pushed something. Is there a way to automate this?

p.s. lambda functions didn't work since it's not supporting git.

来源:https://stackoverflow.com/questions/56691076/use-aws-cloud9-as-vps-not-ide

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!