Skip to content

jar, fat jar

jar, fat jar #671

Workflow file for this run

name: remote ssh command for deploy
on:
push:
branches: [main]
paths-ignore:
- 'README.md'
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: executing remote ssh commands using key
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
port: ${{ secrets.PORT }}
script: |
./scripts/deploy-okdevtv.sh