This commit is contained in:
13
.gitea/workflows/deploy.yml
Normal file
13
.gitea/workflows/deploy.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
name: Deploy Volleyball CMS
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: Starte zentrales Deploy Script
|
||||
run: bash ~/tg-cms/deploy.sh
|
||||
Reference in New Issue
Block a user