mirror of
https://github.com/Ocelot-Social-Community/stage.ocelot.social.git
synced 2025-12-12 23:35:59 +00:00
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
|
||||
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 ###############################################################
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user