Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Publish

Publish #14

Workflow file for this run

name: Publish
concurrency:
group: publish
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Send POST-request
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.BUILD_HOST }}
username: ${{ secrets.BUILD_USER }}
password: ${{ secrets.BUILD_PASS }}
port: ${{ secrets.BUILD_PORT }}
script: sh update_frontier.sh &> /dev/null