reference env in configuration aswell
This commit is contained in:
parent
e81234aa5b
commit
5e7fc098f8
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
path: 'ocelot/deployment/configurations/${CONFIGURATION}'
|
||||
path: "ocelot/deployment/configurations/${{ env.CONFIGURATION}"
|
||||
- name: Decrypt all secrets
|
||||
run: ocelot/deployment/scripts/secrets.decrypt.sh
|
||||
- name: Upgrade Cluster
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user