Skip to content

Instantly share code, notes, and snippets.

@dharma017
Created August 20, 2024 08:17
Show Gist options
  • Save dharma017/07a56bf894a24152b8804bdd79e3b4c5 to your computer and use it in GitHub Desktop.
Save dharma017/07a56bf894a24152b8804bdd79e3b4c5 to your computer and use it in GitHub Desktop.
AWS: Deploy Laravel application to Elasticbeanstalk
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