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