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