diff --git a/.github/workflows/CP14Publish.yml b/.github/workflows/CP14Publish.yml new file mode 100644 index 0000000000..2ab9ccfdca --- /dev/null +++ b/.github/workflows/CP14Publish.yml @@ -0,0 +1,20 @@ +name: Publish + +concurrency: + group: publish + +on: + workflow_dispatch: + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Send POST-request + uses: appleboy/ssh-action@master + with: + host: ${{ secrets.BUILD_HOST }} + username: ${{ secrets.BUILD_USER }} + password: ${{ secrets.BUILD_PASS }} + port: 22 + script: sh update.sh &> /dev/null