简体   繁体   中英

fetch and deploy PHP application on AWS elasticbeanstalk through git

I have a forum application uploaded to AWS elasticbeanstalk by zip package. but now I need to change some code, but now I don't know how should I get access to the code?

Is it possible for me to fetch this code back to local , make change and redeploy with "git push"? just like how Heroku deploy works?

I try to google it but with no luck.

There are really two parts to your questions.

  1. To get to the code, you have to go to S3. You should see a elastic beanstalk bucket with your zip file in it.

  2. Here is a pretty good guide to get you started with elastic beanstalk command line (including git aws.push).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM