Compare commits
No commits in common. "955406d39dbc81aba0b8247face26397c12741d8" and "4229ccd6f9531bbff7ad1e5076ccc46e38f59bbb" have entirely different histories.
955406d39d
...
4229ccd6f9
2 changed files with 9 additions and 22 deletions
|
@ -1,16 +1,15 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
job:
|
||||
container:
|
||||
image: ${{vars.DOCKER}}debian:bookworm
|
||||
runs-on: bookworm
|
||||
steps:
|
||||
- name: spcd
|
||||
- name: cd
|
||||
env:
|
||||
SPCD: ${{vars.SPCD}}
|
||||
SPCD_SSH_HOSTS: ${{vars.SPCD_SSH_HOSTS}}
|
||||
SPCD_SSH_KEY: ${{secrets.SPCD_SSH_KEY}}
|
||||
run: ${{vars.SPCD}}
|
||||
CD: '${{secrets.cd}}'
|
||||
run: eval '${{vars.cd}}'
|
||||
|
||||
- run: spcd-build-project
|
||||
- run: spcd-browse-workspace
|
||||
- run: spcd-synchronize
|
||||
- run: cd-clone-branch
|
||||
|
||||
- run: cd-browse-workspace
|
||||
|
||||
- run: cd-synchronize 'in'
|
||||
|
|
12
build.sh
12
build.sh
|
@ -1,12 +0,0 @@
|
|||
#! /usr/bin/env bash
|
||||
FILE="$(realpath "${BASH_SOURCE[0]}")"
|
||||
ROOT="$(dirname "${FILE}")"
|
||||
|
||||
rsync \
|
||||
--archive \
|
||||
--delete-before \
|
||||
--partial \
|
||||
--progress \
|
||||
--verbose \
|
||||
"${ROOT}/in/" \
|
||||
"${ROOT}/out/"
|
Loading…
Add table
Reference in a new issue