0
0

.gitea/workflows/deploy.yml aktualisiert
All checks were successful
Homer Bereitstellung / Bereistellung (push) Successful in 4s

This commit is contained in:
Denys Konovalov 2024-07-07 11:47:58 +02:00
parent 2c331c3481
commit 3f7e48603c

@ -1,15 +1,13 @@
name: deploy-homer
name: Homer Bereitstellung
on:
push:
branches:
- main
branches: [main]
jobs:
prod-build:
deploy:
name: Bereistellung
if: gitea.repository == 'gcg/homer-data'
runs-on: act-runner-user
timeout-minutes: 5
steps:
- name: Checkout
uses: https://github.com/actions/checkout@v4