debug ls
This commit is contained in:
parent
f4d0fdb2d8
commit
d293f55512
10
.github/workflows/deploy.yml
vendored
10
.github/workflows/deploy.yml
vendored
@ -34,10 +34,16 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
path: "ocelot/deployment/configurations/${{ env.CONFIGURATION }}"
|
path: "ocelot/deployment/configurations/${{ env.CONFIGURATION }}"
|
||||||
|
- run: |
|
||||||
|
ls ocelot/
|
||||||
|
ls ocelot/deployment
|
||||||
|
ls ocelot/deployment/scripts
|
||||||
|
ls ocelot/deployment/configurations
|
||||||
|
ls ocelot/deployment/configurations/this
|
||||||
- name: Decrypt all secrets
|
- name: Decrypt all secrets
|
||||||
run: "${{ GITHUB_WORKSPACE }}/ocelot/deployment/scripts/secrets.decrypt.sh"
|
run: ocelot/deployment/scripts/secrets.decrypt.sh
|
||||||
- name: Upgrade Cluster
|
- name: Upgrade Cluster
|
||||||
run: "${{ GITHUB_WORKSPACE }}/ocelot/deployment/scripts/cluster.upgrade.sh"
|
run: ocelot/deployment/scripts/cluster.upgrade.sh
|
||||||
|
|
||||||
# ##########################################################################
|
# ##########################################################################
|
||||||
# # SET ENVS ###############################################################
|
# # SET ENVS ###############################################################
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user