joeverfin/.forgejo/workflows/build_and_deploy.yaml

11 lines
258 B
YAML
Raw Normal View History

2025-08-31 11:27:58 +02:00
on: [push]
jobs:
2025-08-31 11:27:58 +02:00
test:
2025-08-31 12:19:02 +02:00
runs-on: "fedora"
steps:
2025-08-31 12:22:01 +02:00
- run: git clone "https://forgejoever.homelab0ne.xyz/mustard/joeverfin"
2025-08-31 12:24:08 +02:00
- run: pwd && ls
2025-08-31 12:22:01 +02:00
- run: cd joeverfin
2025-08-31 12:24:08 +02:00
- run: pwd && ls
2025-08-31 12:22:01 +02:00
- run: podman build . -t "joeverfin:latest"