Skip to content

Update

Update #3

Workflow file for this run

name: Update
on:
push:
branches:
- main
workflow_dispatch:
jobs:
update:
name: Update
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Update
uses: garygrossgarten/github-action-ssh@release
with:
command: |
./scripts/update
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
privateKey: ${{ secrets.PRIVATE_KEY}}