.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:
|
||||
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
|
||||
@ -23,4 +21,4 @@ jobs:
|
||||
if: always()
|
||||
with:
|
||||
chat_id: ${{ secrets.TG_CHAT_ID }}
|
||||
token: ${{ secrets.TG_TOKEN }}
|
||||
token: ${{ secrets.TG_TOKEN }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user