From d293f55512eb687ccb0ee4e9e06b221df551fe29 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 14 Mar 2023 02:38:16 +0100 Subject: [PATCH] debug ls --- .github/workflows/deploy.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f777cc8..0b75e44 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,10 +34,16 @@ jobs: uses: actions/checkout@v3 with: 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 - run: "${{ GITHUB_WORKSPACE }}/ocelot/deployment/scripts/secrets.decrypt.sh" + run: ocelot/deployment/scripts/secrets.decrypt.sh - name: Upgrade Cluster - run: "${{ GITHUB_WORKSPACE }}/ocelot/deployment/scripts/cluster.upgrade.sh" + run: ocelot/deployment/scripts/cluster.upgrade.sh # ########################################################################## # # SET ENVS ###############################################################