spcd/.forgejo/workflows/almalinux_8.yaml

17 lines
325 B
YAML
Raw Normal View History

2024-05-03 19:18:26 +02:00
on: [push]
jobs:
job:
container:
2024-05-03 19:22:08 +02:00
image: almalinux:8
2024-05-03 19:18:26 +02:00
steps:
2024-06-27 13:49:33 +02:00
- name: spcd
2024-06-17 21:42:39 +02:00
run: >
2024-06-27 13:49:33 +02:00
${{vars.SPCD}}
"${{secrets.SPCD_SSH_KEY}}"
"${{vars.SPCD_SSH_HOSTS}}"
2024-05-03 19:18:26 +02:00
2024-06-27 13:49:33 +02:00
- run: spcd-list-environment
- run: spcd-clone-branch
- run: spcd-build-project
- run: spcd-browse-workspace