Skip to content

Commit 71119bd

Browse files
committed
update
1 parent 6afef27 commit 71119bd

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/secureSignal-to-cdn.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,30 +97,26 @@ jobs:
9797
include:
9898
# UID2 Environments
9999
- product: uid2
100-
environment_name: integ
101100
github_env: uid2-integ
102101
build_type: development
103102
file_name: uid2SecureSignal.js
104103
- product: uid2
105-
environment_name: production
106104
github_env: uid2-prod
107105
build_type: production
108106
file_name: uid2SecureSignal.js
109107
# EUID Environments
110108
- product: euid
111-
environment_name: integ
112109
github_env: euid-integ
113110
build_type: development
114111
file_name: euidSecureSignal.js
115112
- product: euid
116-
environment_name: production
117113
github_env: euid-prod
118114
build_type: production
119115
file_name: euidSecureSignal.js
120116
environment: ${{ matrix.github_env }}
121117
steps:
122118
- uses: actions/checkout@v4
123-
- name: Deploy ${{ matrix.product == 'uid2' && 'UID2' || 'EUID' }} Secure Signals to ${{ matrix.environment_name == 'integ' && 'Integration' || 'Production' }} CDN
119+
- name: Deploy ${{ matrix.product == 'uid2' && 'UID2' || 'EUID' }} Secure Signals to ${{ matrix.build_type == 'development' && 'Integration' || 'Production' }} CDN
124120
uses: ./.github/actions/cdn_deployment_aws
125121
with:
126122
artifact: ${{ matrix.build_type }}${{ matrix.product == 'uid2' && 'Uid2' || 'Euid' }}SecureSignalScript

0 commit comments

Comments
 (0)