tfaour c6193f2eee
Some checks are pending
Deploy to stage / copy (push) Waiting to run
Update .gitea/workflows/build.yaml
2025-03-29 20:57:40 -04:00

14 lines
267 B
YAML

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