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