ci: ajout du premier workflow gitea actions
This commit is contained in:
parent
d373483eb9
commit
28f0d18234
|
|
@ -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
|
||||
|
|
@ -32,4 +32,3 @@ services:
|
|||
depends_on:
|
||||
- db
|
||||
restart: unless-stopped
|
||||
|
||||
Loading…
Reference in New Issue