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]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
job:
|
job:
|
||||||
container:
|
runs-on: bookworm
|
||||||
image: ${{vars.DOCKER}}debian:bookworm
|
|
||||||
steps:
|
steps:
|
||||||
- name: spcd
|
- name: cd
|
||||||
env:
|
env:
|
||||||
SPCD: ${{vars.SPCD}}
|
CD: '${{secrets.cd}}'
|
||||||
SPCD_SSH_HOSTS: ${{vars.SPCD_SSH_HOSTS}}
|
run: eval '${{vars.cd}}'
|
||||||
SPCD_SSH_KEY: ${{secrets.SPCD_SSH_KEY}}
|
|
||||||
run: ${{vars.SPCD}}
|
|
||||||
|
|
||||||
- run: spcd-build-project
|
- run: cd-clone-branch
|
||||||
- run: spcd-browse-workspace
|
|
||||||
- run: spcd-synchronize
|
- 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