.gitea/workflows/deploy.yml hinzugefügt
This commit is contained in:
parent
efea0476d8
commit
135f878203
15
.gitea/workflows/deploy.yml
Normal file
15
.gitea/workflows/deploy.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
name: Deploy to llm-node
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ] # ggf. Branch anpassen
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: llm-node-runner # muss zum Runner-Label passen
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Deploy
|
||||
run: bash -x deploy.sh
|
||||
Loading…
Reference in New Issue
Block a user