问题
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