Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploying This Project to AWS Elastic Beanstalk

This project can be deployed to AWS Elastic Beanstalk using a ZIP file of the application source code.

📦 Create a Deployment ZIP File

Follow these steps to create the deployment ZIP:

1. Clone the Repository

git clone https://github.com/SkyOps-Dev/elastic-beanstalk-tutorial-.git

2. Navigate to the Project Directory

cd my-app

3. Create a ZIP File (Excluding .DS_Store)

zip -r ../my-app.zip . -x "*.DS_Store"

4. Go Back to the Parent Directory

cd ../

After running these commands, your directory structure should look like this:

.
├── my-app
└── my-app.zip

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages