Create main.yml
[clinton/MarylandElectronicPetitionSignature.git] / .github / workflows / main.yml
CommitLineData
4db6b4a0
PM
1name: remote ssh command
2on: [push]
3jobs:
4
5 build:
6 name: Build
7 runs-on: ubuntu-latest
8 steps:
9 - name: executing remote ssh commands using password
10 uses: appleboy/ssh-action@master
11 with:
12 host: ${{ secrets.HOST }}
13 username: ${{ secrets.USERNAME }}
14 password: ${{ secrets.PASSWORD }}
15 port: ${{ secrets.PORT }}
16 script: update.sh