chore(aws/codedeploy): add command

This commit is contained in:
Michele Cereda
2024-10-09 22:18:30 +02:00
parent 6760b9ca8b
commit 55eb6576d1

View File

@@ -54,6 +54,9 @@ diff -y -W 200 \
(aws deploy get-deployment-group --application-name 'Evidently' --deployment-group-name 'staging' --output json | psub) \
(aws deploy get-deployment-group --application-name 'Evidently' --deployment-group-name 'production' --output 'json' | psub)
aws deploy create-deployment --application-name 'Evidently' --deployment-group-name 'staging' \
--description 'This is Evidently a deployment (☞゚∀゚)☞' \
--s3-location 'bundleType=zip,bucket=deployments-bucket,key=evidently-master-staging.zip'
###