Added testing Gitea Action
Some checks failed
Deploy / build_and_deploy (push) Failing after 24s

This commit is contained in:
Valentin Popov 2024-09-11 19:14:15 +00:00
parent 2a86fd34f6
commit 396f3dcc30
Signed by: Valentin Popov
GPG Key ID: AE3CE523DAAA8401

View File

@ -0,0 +1,9 @@
name: Deploy
on: [push, pull_request]
jobs:
build_and_deploy:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- run: echo "Deploying to production"