fix deploy path
Some checks failed
Build and Deploy Backend / Run Linters and Tests (push) Failing after 1m13s
Build and Deploy Backend / Build and Deploy (push) Has been skipped

This commit is contained in:
c-d-p
2025-04-30 20:16:59 +02:00
parent 1928293dc6
commit df9023016c

View File

@@ -124,7 +124,7 @@ jobs:
set -e # Exit script on first error
# Set deployment path
DEPLOY_PATH="/config/maia"
DEPLOY_PATH="/config/stacks/maia"
# Pull the specific image version built in this workflow
echo "Pulling image ${{ gitea.sha }}..."