dot/.forgejo/workflows/main.yaml

25 lines
643 B
YAML
Raw Normal View History

2024-03-25 21:49:14 +01:00
on: [push]
jobs:
job:
2025-06-08 14:36:54 +02:00
runs-on: ubuntu-latest
2024-07-22 15:07:48 +02:00
container:
2024-07-30 20:27:58 +02:00
image: ${{vars.DOCKER}}debian:bookworm
2024-03-25 21:49:14 +01:00
steps:
2024-07-30 20:27:58 +02:00
- name: spcd
2024-03-25 21:49:14 +01:00
env:
2024-07-30 20:30:41 +02:00
SPCD: ${{vars.SPCD}}
SPCD_SSH_HOSTS: ${{vars.SPCD_SSH_HOSTS}}
SPCD_SSH_KEY: ${{secrets.SPCD_SSH_KEY}}
run: ${{vars.SPCD}}
2024-03-25 21:49:14 +01:00
2024-07-30 20:27:58 +02:00
- run: spcd-build-project
- run: spcd-browse-workspace
- run: spcd-synchronize
2024-07-30 22:00:11 +02:00
- name: Fetch num squared
id: get_square
uses: ./ # Uses an action in the root directory
# or use a released Github Action
# uses: shipyard/github-action/fetch-shipyard-env@1.0.0
with:
num: 11