ci: ajout du premier workflow gitea actions

This commit is contained in:
Marc Lasserre 2026-08-06 09:26:22 +02:00
parent d373483eb9
commit 28f0d18234
Signed by: M7s
GPG Key ID: F74837410959661B
2 changed files with 16 additions and 1 deletions

View File

@ -0,0 +1,16 @@
name: Test Runner VPS
on: [push]
jobs:
health-check:
runs-on: ubuntu-latest
steps:
- name: Check Out Code
uses: actions/checkout@v3
- name: System Check
run: |
echo "Pipeline CI/CD opérationnel sur le VPS RYM !"
uname -a
podman --version

View File

@ -32,4 +32,3 @@ services:
depends_on:
- db
restart: unless-stopped