We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 854b804 commit c0f19edCopy full SHA for c0f19ed
.harness/ci-cd.yaml
@@ -109,9 +109,13 @@ pipeline:
109
identifier: upload_dev_assets_to_CDN
110
spec:
111
shell: Sh
112
+ command: |-
113
+ aws configure set region us-east-1
114
+ aws s3 sync ./umd s3://split-public-stage/sdk --acl public-read --follow-symlinks --cache-control max-age=31536000,public
115
+ connectorRef: aws_connector
116
when:
117
stageStatus: Success
- condition: <+trigger.event> == "push" && <+trigger.branch> == "refs/heads/development"
118
+ condition: <+trigger.event> == "push" && <+trigger.branch> == "refs/heads/harness-pipeline"
119
- step:
120
type: Run
121
name: upload prod assets to CDN
0 commit comments