Skip to content

Commit c0f19ed

Browse files
Update pipeline javascript-client
1 parent 854b804 commit c0f19ed

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.harness/ci-cd.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,13 @@ pipeline:
109109
identifier: upload_dev_assets_to_CDN
110110
spec:
111111
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
112116
when:
113117
stageStatus: Success
114-
condition: <+trigger.event> == "push" && <+trigger.branch> == "refs/heads/development"
118+
condition: <+trigger.event> == "push" && <+trigger.branch> == "refs/heads/harness-pipeline"
115119
- step:
116120
type: Run
117121
name: upload prod assets to CDN

0 commit comments

Comments
 (0)