| Server IP : 69.72.244.102 / Your IP : 216.73.217.143 Web Server : LiteSpeed System : Linux s3434.fra1.stableserver.net 4.18.0-513.24.1.lve.2.el8.x86_64 #1 SMP Fri May 24 12:42:50 UTC 2024 x86_64 User : konzalta ( 1271) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/lib/python3.6/site-packages/awscli/examples/deploy/ |
Upload File : |
**To bundle and deploy an AWS CodeDeploy compatible application revision to Amazon S3**
The following ``push`` example bundles and deploys an application revision to Amazon S3 and then associates the application revision with the specified application. ::
aws deploy push \
--application-name WordPress_App \
--description "This is my deployment" \
--ignore-hidden-files \
--s3-location s3://CodeDeployDemoBucket/WordPressApp.zip \
--source /tmp/MyLocalDeploymentFolder/
The output describes how to use the ``create-deployment`` command to create a deployment that uses the uploaded application revision. ::
To deploy with this revision, run:
aws deploy create-deployment --application-name WordPress_App --deployment-config-name <deployment-config-name> --deployment-group-name <deployment-group-name> --s3-location bucket=CodeDeployDemoBucket,key=WordPressApp.zip,bundleType=zip,eTag="cecc9b8EXAMPLE50a6e71fdb88EXAMPLE",version=LFsJAUdEXAMPLEfvKtvi79L8EXAMPLE