We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d578ea4 commit f6ea2e1Copy full SHA for f6ea2e1
2 files changed
.github/workflows/continuous-delivery.yml
@@ -17,10 +17,11 @@ on:
17
type: choice
18
description: Target environment
19
options:
20
+ - staging
21
- csvalpha
22
- luxadmosam
23
- euros
- default: 'csvalpha'
24
+ default: 'staging'
25
26
concurrency:
27
group: cd-${{ github.ref_name }}
config/deploy_targets.yml
@@ -23,7 +23,7 @@ targets:
url: https://streep.csvalpha.nl
branch_restriction: master
- stagingstreep:
+ staging:
deploy_path: /opt/docker/sofia/staging
28
stage: staging
29
hostname: stagingstreep.csvalpha.nl
0 commit comments