0
mirror of https://github.com/valentineus/popov.link.git synced 2025-06-06 18:13:34 +03:00

Added testing Gitea Action

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"