hacker news alerts in slack (incessant pings if you make front page)
at space-optimization 18 lines 374 B view raw
1on: 2 push: 3 branches: 4 - main 5 workflow_dispatch: 6jobs: 7 deploy: 8 runs-on: ubuntu-latest 9 steps: 10 - uses: actions/checkout@v3 11 - name: file commands 12 uses: appleboy/ssh-action@v1 13 with: 14 host: hackclub.app 15 username: kierank 16 key: ${{ secrets.SSH_KEY }} 17 port: 22 18 script_path: update.sh