mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
chore(aws/codedeploy): add command
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
###
|
||||
|
||||
Reference in New Issue
Block a user