Update .gitea/workflows/build.yaml
Some checks are pending
Deploy to stage / copy (push) Waiting to run

This commit is contained in:
tfaour 2025-03-29 20:57:40 -04:00
parent e4c3f19f1f
commit c6193f2eee

View File

@ -1,14 +1,7 @@
name: Build and test
run-name: ${{ gitea.actor }} is building and testing nginx reverse proxy configuration
name: Deploy to stage
run-name: ${{ gitea.actor }} is deploying ThumeIT to staging
on: [push]
name: Copy Files
on:
push:
branches:
- main
jobs:
copy:
runs-on: [self-hosted]
@ -16,7 +9,5 @@ jobs:
steps:
- name: Clone Repository
uses: actions/checkout@v3
- name: Copy Files
run: |
cp -r ./html/* /www-stg/html