kios-webapp/.github/workflows/push.yml
Max Schmidt 48aa001f7f heyo
Signed-off-by: Max Schmidt <max.schmidt@outlook.de>
2023-05-17 12:34:32 +02:00

19 lines
414 B
YAML

name: Clone or pull repository
on:
push:
branches:
- prod
jobs:
build:
name: Run remote SSH command
runs-on: ubuntu-latest
steps:
- name: Trigger build via ssh
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USER }}
key: ${{ secrets.KEY }}
script: |
echo ${{ secrets.HOST }}