From c6193f2eeecc0758105bea887c00681fbbafb04b Mon Sep 17 00:00:00 2001 From: tfaour Date: Sat, 29 Mar 2025 20:57:40 -0400 Subject: [PATCH] Update .gitea/workflows/build.yaml --- .gitea/workflows/build.yaml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 38ff6c1..2a1327b 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -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