Skip to content

Merge branch 'main' of https://github.com/MithishR/Communicado #52

Merge branch 'main' of https://github.com/MithishR/Communicado

Merge branch 'main' of https://github.com/MithishR/Communicado #52

Workflow file for this run

name: Pull on Push
on:
push:
branches:
- main
workflow_dispatch:
jobs:
pull:
runs-on: ubuntu-latest
steps:
- name: SSH and Pull Changes
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.SERVER_HOST }}
username: ${{ secrets.SERVER_USERNAME }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: |
./pull_changes.sh