Skip to content

Commit 4a331ed

Browse files
committed
Small Bugfix CD
1 parent f6ea2e1 commit 4a331ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-delivery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
target_env = '${{ github.event.inputs.target_env }}'
196196
# If on staging, use stagingstreep URL; otherwise use the target's URL
197197
if current_branch == 'staging':
198-
print(config['targets']['stagingstreep']['url'])
198+
print(config['targets']['staging']['url'])
199199
else:
200200
print(config['targets'][target_env]['url'])
201201
PYTHON_EOF

0 commit comments

Comments
 (0)