diff --git a/.gitea/workflows/deploy_to_stage.yaml b/.gitea/workflows/deploy_to_stage.yaml index cc7f37c..24b6218 100644 --- a/.gitea/workflows/deploy_to_stage.yaml +++ b/.gitea/workflows/deploy_to_stage.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest container: volumes: - - /www-stg/html:/www-stg/html + - /var/www-stg/html:/www-stg/html steps: - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - name: Check out repository code