Skip to content

send a message if the chain wasnt able to generate stuff in pol echo #43

send a message if the chain wasnt able to generate stuff in pol echo

send a message if the chain wasnt able to generate stuff in pol echo #43

Workflow file for this run

name: Deploying the latest version of the bot
on:
push:
branches: [main]
jobs:
ssh:
name: Update on VPS using SSH
runs-on: ubuntu-latest
steps:
- name: Run the update script
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }}
port: ${{ secrets.PORT }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
script: echo ${{ secrets.PASSWORD }} | ./polkabot/update.sh