diff --git a/.github/workflows/create-pack.yml b/.github/workflows/create-pack.yml new file mode 100644 index 000000000..bfddc4d9c --- /dev/null +++ b/.github/workflows/create-pack.yml @@ -0,0 +1,22 @@ +name: Autozip Pack + +on: + push: + branches: + - '*' + branches-ignore: + - main + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Create Pack + uses: appleboy/ssh-action@v1.0.3 + with: + host: ${{ secrets.HOST }} + USERNAME: ${{ secrets.USERNAME }} + PORT: ${{ secrets.PORT }} + KEY: ${{ secrets.SSH }} + script: | + cd ./packs