tfaour 10c9ad3f3d
Some checks failed
Deploy to stage / deploy-to-stage (push) Failing after 0s
Update .gitea/workflows/build.yaml
2025-03-29 20:59:30 -04:00

13 lines
277 B
YAML

name: Deploy to stage
run-name: ${{ gitea.actor }} is deploying ThumeIT to staging
on: [push]
jobs:
deploy-to-stage:
runs-on: ubuntu-latest
steps:
- name: Clone Repository
uses: actions/checkout@v3
run: |
cp -r ./html/* /www-stg/html