This commit is contained in:
parent
2a86fd34f6
commit
396f3dcc30
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"
|
Loading…
Reference in New Issue
Block a user