meta: add ota workflow

This commit is contained in:
Jared Tobin 2022-12-12 05:04:05 -03:30
parent a8fc001cdf
commit 4f6ca764cc
No known key found for this signature in database
GPG Key ID: B77DC7C964AAD99A

19
.github/workflows/ota.yml vendored Normal file
View File

@ -0,0 +1,19 @@
name: ota
on:
workflow_dispatch:
push:
branches:
- 'next/arvo'
jobs:
deploy:
runs-on: ubuntu-latest
name: "make an OTA update to arvo on ~wannec-dozzod-marzod (devstream)"
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/ota
with:
ship: 'devstream'
credentials: ${{ secrets.JANEWAY_SERVICE_KEY }}
ssh-sec-key: ${{ secrets.JANEWAY_SSH_SEC_KEY }}
ssh-pub-key: ${{ secrets.JANEWAY_SSH_PUB_KEY }}
ref: 'next/arvo'