diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index a1903f0..7f0a691 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -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 }}..."