spcd/.forgejo/workflows/fedora_40.yaml

17 lines
323 B
YAML
Raw Normal View History

2024-05-06 09:37:37 +00:00
on: [push]
jobs:
job:
container:
image: fedora:40
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-06 09:37:37 +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