name: Deploy datapack to prod on: push: branches: [master] jobs: build: name: Build runs-on: ubuntu-latest steps: - name: Updating prod servers... uses: appleboy/ssh-action@v1.2.1 with: host: ${{ secrets.HOST }} username: linuxserver.io password: ${{ secrets.PASSWORD }} port: ${{ secrets.PORT }} script_path: scripts/update_servers.sh