joeverfin/.forgejo/workflows/build_and_deploy.yaml
mustard 442a4944bb
Some checks failed
/ test (push) Failing after 7s
just a bit more debugging
2025-08-31 12:25:48 +02:00

10 lines
282 B
YAML

on: [push]
jobs:
test:
runs-on: "fedora"
steps:
- run: git clone "https://forgejoever.homelab0ne.xyz/mustard/joeverfin"
- run: pwd && ls
- run: pushd ./joeverfin
- run: pwd && ls
- run: pushd joeverfin && podman build . -t "joeverfin:latest"