Update .gitea/workflows/build.yaml
Some checks failed
Deploy to stage / deploy-to-stage (push) Failing after 0s
Some checks failed
Deploy to stage / deploy-to-stage (push) Failing after 0s
This commit is contained in:
parent
c6193f2eee
commit
10c9ad3f3d
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user