Skip to content

Added run command for docker script execution #73

Added run command for docker script execution

Added run command for docker script execution #73

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