2024-05-05 18:01:54 +00:00
|
|
|
on: [push]
|
|
|
|
jobs:
|
|
|
|
job:
|
|
|
|
container:
|
|
|
|
image: archlinux:base-20240101.0.204074
|
|
|
|
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-05 18:01:54 +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
|