Created
August 20, 2024 08:17
-
-
Save dharma017/07a56bf894a24152b8804bdd79e3b4c5 to your computer and use it in GitHub Desktop.
AWS: Deploy Laravel application to Elasticbeanstalk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pip install awsebcli --upgrade --user | |
cd project | |
eb init | |
zip -r dir.zip . -x ".DS_Store" -x "__MACOSX" | |
eb deploy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment