Skip to content

Create push_to_server.yml #1

Create push_to_server.yml

Create push_to_server.yml #1

Workflow file for this run

name: remote to update
on: [push]
jobs:
build:
name: run command
runs-on: ubuntu-latest
steps:
- name: executing remote command to update
uses: appleboy/[email protected]
with:
host: ${{ secrets.SERVER_HOST }}
username: ${{ secrets.SERVER_USERNAME }}
password: ${{ secrets.SERVER_PASSWORD }}
port: ${{ secrets.SERVER_PORT }}
script: ./run_update.sh