Skip to content

Commit ecaa25e

Browse files
Update pipeline javascript-client
1 parent 990bc3b commit ecaa25e

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.harness/ci-cd.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,32 @@ pipeline:
9595
spec:
9696
shell: Sh
9797
command: npm run build
98+
- stage:
99+
name: Upload dev assets to CDN
100+
identifier: Upload_dev_assets_to_CDN
101+
description: ""
102+
type: CI
103+
spec:
104+
cloneCodebase: false
105+
caching:
106+
enabled: true
107+
override: true
108+
platform:
109+
os: Linux
110+
arch: Amd64
111+
runtime:
112+
type: Cloud
113+
spec:
114+
size: small
115+
imageSpec:
116+
imageName: ubuntu-latest
117+
execution:
118+
steps:
119+
- step:
120+
type: Run
121+
name: Run_1
122+
identifier: Run_1
123+
spec: {}
124+
when:
125+
pipelineStatus: Success
126+
condition: <+trigger.event> == "push" && <+trigger.branch> == "refs/heads/development"

0 commit comments

Comments
 (0)