Files
Faithful-32x-Java/.github/workflows/create-pack.yml
2022-06-21 16:43:19 +02:00

16 lines
403 B
YAML

name: Create Pack
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Creating Pack
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }}
USERNAME: ${{ secrets.USERNAME }}
PORT: ${{ secrets.PORT }}
KEY: ${{ secrets.SSH }}
script: |
echo "asdf ${{ github.head_ref }} hhhhhhh"