diff --git a/.gitea/workflows/test-ci.yml b/.gitea/workflows/test-ci.yml new file mode 100644 index 0000000..f595b6b --- /dev/null +++ b/.gitea/workflows/test-ci.yml @@ -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 diff --git a/podman-compose.yml b/podman-compose.yml index 2684507..7d49238 100644 --- a/podman-compose.yml +++ b/podman-compose.yml @@ -32,4 +32,3 @@ services: depends_on: - db restart: unless-stopped - \ No newline at end of file