mirror of
https://github.com/Ocelot-Social-Community/stage.ocelot.social.git
synced 2025-12-12 23:35:59 +00:00
use github workspace variable for path
This commit is contained in:
parent
5be30f393c
commit
f4d0fdb2d8
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@ -35,9 +35,9 @@ jobs:
|
||||
with:
|
||||
path: "ocelot/deployment/configurations/${{ env.CONFIGURATION }}"
|
||||
- name: Decrypt all secrets
|
||||
run: ./ocelot/deployment/scripts/secrets.decrypt.sh
|
||||
run: "${{ GITHUB_WORKSPACE }}/ocelot/deployment/scripts/secrets.decrypt.sh"
|
||||
- name: Upgrade Cluster
|
||||
run: ./ocelot/deployment/scripts/cluster.upgrade.sh
|
||||
run: "${{ GITHUB_WORKSPACE }}/ocelot/deployment/scripts/cluster.upgrade.sh"
|
||||
|
||||
# ##########################################################################
|
||||
# # SET ENVS ###############################################################
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user