.gitea/workflows/deploy.yml aktualisiert
All checks were successful
Homer Bereitstellung / Bereistellung (push) Successful in 4s
All checks were successful
Homer Bereitstellung / Bereistellung (push) Successful in 4s
This commit is contained in:
parent
2c331c3481
commit
3f7e48603c
@ -1,15 +1,13 @@
|
|||||||
name: deploy-homer
|
name: Homer Bereitstellung
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches: [main]
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
prod-build:
|
deploy:
|
||||||
|
name: Bereistellung
|
||||||
if: gitea.repository == 'gcg/homer-data'
|
if: gitea.repository == 'gcg/homer-data'
|
||||||
runs-on: act-runner-user
|
runs-on: act-runner-user
|
||||||
timeout-minutes: 5
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: https://github.com/actions/checkout@v4
|
uses: https://github.com/actions/checkout@v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user