1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-25 19:56:53 +00:00

Deploy built images using rsync.

This commit is contained in:
Lars Brinkhoff
2021-01-20 12:40:27 +01:00
parent 179c638407
commit 63a9b94a0e
2 changed files with 37 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ defaults:
jobs:
build:
environment: Deploy
runs-on: ${{matrix.os}}
strategy:
matrix:
@@ -22,3 +23,9 @@ jobs:
run: sh -ex build/dependencies.sh install_linux
- name: Build
run: make check-dirs all EMULATOR=${{matrix.emulator}}
- name: Deploy
if: github.ref == 'refs/heads/master'
env:
SECRET: ${{secrets.SECRET}}
EMULATOR: ${{matrix.emulator}}
run: sh build/deploy.sh