Update .gitea/workflows/build.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:18:30 -04:00
parent 3f64fee1b9
commit d2ed2f987e

View File

@ -5,6 +5,9 @@ on: [push]
jobs:
deploy-to-stage:
runs-on: ubuntu-latest
container:
volumes:
- /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