2024-05-04 15:30:35 +00:00
|
|
|
on: [push]
|
|
|
|
jobs:
|
|
|
|
job:
|
|
|
|
container:
|
2024-07-28 15:15:00 +00:00
|
|
|
image: ${{vars.DOCKER}}ubuntu:jammy
|
2024-05-04 15:30:35 +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-04 15:30:35 +00:00
|
|
|
|
2024-06-27 11:49:33 +00:00
|
|
|
- run: spcd-list-environment
|
|
|
|
- run: spcd-build-project
|
|
|
|
- run: spcd-browse-workspace
|