Skip to content

Commit f6ea2e1

Browse files
committed
fix deployment target to staging
1 parent d578ea4 commit f6ea2e1

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/continuous-delivery.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ on:
1717
type: choice
1818
description: Target environment
1919
options:
20+
- staging
2021
- csvalpha
2122
- luxadmosam
2223
- euros
23-
default: 'csvalpha'
24+
default: 'staging'
2425

2526
concurrency:
2627
group: cd-${{ github.ref_name }}

config/deploy_targets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ targets:
2323
url: https://streep.csvalpha.nl
2424
branch_restriction: master
2525

26-
stagingstreep:
26+
staging:
2727
deploy_path: /opt/docker/sofia/staging
2828
stage: staging
2929
hostname: stagingstreep.csvalpha.nl

0 commit comments

Comments
 (0)