Update .gitea/workflows/deploy_to_stage.yaml
All checks were successful
Deploy to stage / deploy-to-stage (push) Successful in 3s

This commit is contained in:
tfaour 2025-03-29 21:27:15 -04:00
parent d524a21955
commit 1a6d0c39c8

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
volumes: volumes:
- /www-stg/html:/www-stg/html - /var/www-stg/html:/www-stg/html
steps: steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- name: Check out repository code - name: Check out repository code