Skip to content

Add files via upload #6

Add files via upload

Add files via upload #6

Workflow file for this run

name: Deploy to Remote Host Server
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Fetch and build new update(s)
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.SSHKEY }}
port: ${{ secrets.PORT }}
script: |
${{ secrets.COMMANDS }}