Signed-off-by: Max Schmidt <max.schmidt@outlook.de>
This commit is contained in:
Max Schmidt
2023-05-17 12:27:22 +02:00
parent d30d3e61b9
commit 2889ccc655
6 changed files with 28 additions and 5 deletions

View File

17
.github/workflows/push.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: Clone or pull repository
on:
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: |
ls