mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-04 08:30:27 +03:00
Added testing Gitea Action
This commit is contained in:
9
.gitea/workflows/deploy.yml
Normal file
9
.gitea/workflows/deploy.yml
Normal 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"
|
Reference in New Issue
Block a user