Update .gitea/workflows/build.yaml
Some checks failed
Deploy to stage / deploy-to-stage (push) Failing after 0s

This commit is contained in:
tfaour 2025-03-29 20:59:30 -04:00
parent c6193f2eee
commit 10c9ad3f3d

View File

@ -3,9 +3,8 @@ run-name: ${{ gitea.actor }} is deploying ThumeIT to staging
on: [push] on: [push]
jobs: jobs:
copy: deploy-to-stage:
runs-on: [self-hosted] runs-on: ubuntu-latest
steps: steps:
- name: Clone Repository - name: Clone Repository
uses: actions/checkout@v3 uses: actions/checkout@v3