spcd/.forgejo/workflows/almalinux_8.yaml

17 lines
325 B
YAML
Raw Normal View History

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