aboutsummaryrefslogtreecommitdiff
path: root/.gitea/workflows/deploy.yml
blob: 8c3994df2ecaa167658c5015ee81a8d69d5a05e9 (plain) (blame)
1
2
3
4
5
6
7
8
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"