gitea actions for services

This commit is contained in:
2024-08-26 20:14:59 +01:00
parent 327f0c1626
commit bd335cb275
4 changed files with 30 additions and 7 deletions

15
.gitea/workflows/host.yml Normal file
View File

@@ -0,0 +1,15 @@
name: deploy host
on: [push]
paths_ignore:
- services/**
- docs/**
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build project
run: |
npm install
npm run build