Skip to content

Queued Actions fixed #10

Queued Actions fixed

Queued Actions fixed #10

Workflow file for this run

name: Pull on Push
on:
push:
branches:
- main # Change this to your main branch name if it's different
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: |
/root/pull_changes.sh