ci: update deploy workflow to use podman runner

This commit is contained in:
2026-07-26 16:21:20 +02:00
parent be6ba31d7d
commit e62ac5c5cc
3 changed files with 6 additions and 12 deletions
+3 -5
View File
@@ -7,14 +7,12 @@ on:
jobs:
deploy:
runs-on: fedora:latest
runs-on: podman
container:
image: alpine:latest
steps:
- uses: actions/checkout@v4
- name: Install deployment tools
run: |
dnf install -y sshpass rsync
- name: Generate SHA256SUMS
run: sha256sum *.py > SHA256SUMS
+3
View File
@@ -9,3 +9,6 @@ __pycache__/
# Pytest
.pytest_cache/
# Generated by CI — deployed alongside scripts
SHA256SUMS
-7
View File
@@ -1,7 +0,0 @@
4a635f3d710d8f4cf2100c9371db98933b23ec0ece86a3952b4e991b6baac3bf network-diag.py
4bd129ebf42556eb244e106bfa3a8b9679e1942336ddc74d5641cdfd97148822 server-setup.py
4b84c37d13754eaacd35e8f3b1d737ffbafb0ba8f09b251e6e7c55238a341c70 system-diag.py
d8267aba819c31048c23764f2243fe94a5656a8887df87cc26f82218a53b9ac6 system-optimise.py
92a031697130ca0dfaf0aab25bb9a82105f4d7fb451a3c37a5e58df6392846dd vllm-deploy.py
fbf3ddc3ac9f02bf6bc67aee4b3e7efe911abdd5cac6e4434ce888c740de502f workstation-setup.py
4b5d1b8d4be5dcec740cfd9c00ad780ab5d31d85f76bb73c96d2bec340619ced zabbix-deploy.py